From 5d543e8b0d1e4c6fe7766a2399aa43971c257c77 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sun, 30 Jul 2023 13:32:36 +0200 Subject: [PATCH] Removed start command --- examples/firebase/functions/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/firebase/functions/package.json b/examples/firebase/functions/package.json index 53f8a32..31fb1c0 100644 --- a/examples/firebase/functions/package.json +++ b/examples/firebase/functions/package.json @@ -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",