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