Spaces:
Build error
Build error
fix
Browse files
backend/functions/package.json
CHANGED
|
@@ -18,7 +18,8 @@
|
|
| 18 |
"from-preset": "npm run build && npm run emu:reset && npm run emu:start",
|
| 19 |
"start": "npm run shell",
|
| 20 |
"deploy": "firebase deploy --only functions",
|
| 21 |
-
"logs": "firebase functions:log"
|
|
|
|
| 22 |
},
|
| 23 |
"engines": {
|
| 24 |
"node": "18"
|
|
|
|
| 18 |
"from-preset": "npm run build && npm run emu:reset && npm run emu:start",
|
| 19 |
"start": "npm run shell",
|
| 20 |
"deploy": "firebase deploy --only functions",
|
| 21 |
+
"logs": "firebase functions:log",
|
| 22 |
+
"gcp-build": "node node_modules/puppeteer/install.js"
|
| 23 |
},
|
| 24 |
"engines": {
|
| 25 |
"node": "18"
|