mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
added a nodb dev server script
This commit is contained in:
parent
206a7d7c5d
commit
f1ccc3d9ac
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +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",
|
||||
"deploy:live": "npm run build && firebase deploy -P live --only hosting"
|
||||
},
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in a new issue