We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587eb8e commit 219bb0cCopy full SHA for 219bb0c
cloud/functions/package.json
@@ -4,7 +4,7 @@
4
"lint": "eslint --ext .js,.ts .",
5
"build": "tsc",
6
"build:watch": "tsc --watch",
7
- "serve": "npm run build && firebase emulators:start --import data --export-on-exit --inspect-functions",
+ "serve": "npm run build && MIGRATION_TOKEN=42 firebase emulators:start --import data --export-on-exit --inspect-functions",
8
"shell": "npm run build && firebase functions:shell",
9
"start": "npm run shell",
10
"deploy": "firebase deploy --only functions",
0 commit comments