updated nodb script

This commit is contained in:
Jack 2021-08-22 00:37:19 +01:00
parent 7b363cb5f1
commit a38213de0e

View file

@ -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": {