From a38213de0e968450c0d06412637d2beffa2d51b1 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 22 Aug 2021 00:37:19 +0100 Subject: [PATCH] updated nodb script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5ebe0cae..6ba7bf05b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "npx gulp build", "start:dev": "npm run build && concurrently --kill-others \"npx gulp watch\" \"nodemon ./backend/server.js\" \"firebase serve --only hosting\"", - "start:dev:nodb": "npm run build && firebase serve --only hosting", + "start:dev:nodb": "npm run build && concurrently --kill-others \"npx gulp watch\" \"firebase serve --only hosting\"", "deploy:live": "npm run build && firebase deploy -P live --only hosting" }, "engines": {