This commit is contained in:
yanlong.wang 2024-04-11 19:20:17 +08:00
parent 7e366aca68
commit b29a569d39
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -18,7 +18,8 @@
"from-preset": "npm run build && npm run emu:reset && npm run emu:start", "from-preset": "npm run build && npm run emu:reset && npm run emu:start",
"start": "npm run shell", "start": "npm run shell",
"deploy": "firebase deploy --only functions", "deploy": "firebase deploy --only functions",
"logs": "firebase functions:log" "logs": "firebase functions:log",
"gcp-build": "node node_modules/puppeteer/install.js"
}, },
"engines": { "engines": {
"node": "18" "node": "18"