nomagick commited on
Commit
b29a569
·
unverified ·
1 Parent(s): 7e366ac
Files changed (1) hide show
  1. backend/functions/package.json +2 -1
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"