mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Removed start command
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
"description": "Cloud Functions for Firebase",
|
||||
"scripts": {
|
||||
"serve": "npm run build && npx firebase emulators:start --only functions",
|
||||
"shell": "npx firebase functions:shell",
|
||||
"start": "npm run shell",
|
||||
"shell": "npm run build && npx firebase functions:shell",
|
||||
"deploy": "npx firebase deploy --only functions",
|
||||
"logs": "npx firebase functions:log",
|
||||
"service:link-pg": "cd ../../.. && npm run build && npm link",
|
||||
|
||||
Reference in New Issue
Block a user