Skip to content

Commit 219bb0c

Browse files
committed
defined hardcoded MIGRATION_TOKEN during npm run serve on cloud functions
1 parent 587eb8e commit 219bb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"lint": "eslint --ext .js,.ts .",
55
"build": "tsc",
66
"build:watch": "tsc --watch",
7-
"serve": "npm run build && firebase emulators:start --import data --export-on-exit --inspect-functions",
7+
"serve": "npm run build && MIGRATION_TOKEN=42 firebase emulators:start --import data --export-on-exit --inspect-functions",
88
"shell": "npm run build && firebase functions:shell",
99
"start": "npm run shell",
1010
"deploy": "firebase deploy --only functions",

0 commit comments

Comments
 (0)