mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
Added building on serve
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"name": "functions",
|
"name": "functions",
|
||||||
"description": "Cloud Functions for Firebase",
|
"description": "Cloud Functions for Firebase",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "npx firebase emulators:start --only functions",
|
"serve": "npm run build && npx firebase emulators:start --only functions",
|
||||||
"shell": "npx firebase functions:shell",
|
"shell": "npx firebase functions:shell",
|
||||||
"start": "npm run shell",
|
"start": "npm run shell",
|
||||||
"deploy": "npx firebase deploy --only functions",
|
"deploy": "npx firebase deploy --only functions",
|
||||||
|
|||||||
Reference in New Issue
Block a user