mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 05:35:05 +08:00
updated dev and deploy scripts
This commit is contained in:
parent
365ff90880
commit
afb262bc26
1 changed files with 2 additions and 4 deletions
|
@ -5,10 +5,8 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"build": "npx gulp build",
|
||||
"start:dev": "npm run build && concurrently --kill-others \"npx gulp watch\" \"nodemon ./backend/server.js\" \"firebase serve\"",
|
||||
"deploy:live:hosting": "npm run build && firebase deploy -P monkey-type --only hosting",
|
||||
"deploy:live:functions": "npm run build && firebase deploy -P monkey-type --only functions",
|
||||
"deploy:live": "npm run build && firebase deploy -P live"
|
||||
"start:dev": "npm run build && concurrently --kill-others \"npx gulp watch\" \"nodemon ./backend/server.js\" \"firebase serve --only hosting\"",
|
||||
"deploy:live": "npm run build && firebase deploy -P live --only hosting"
|
||||
},
|
||||
"engines": {
|
||||
"node": "14.17.3",
|
||||
|
|
Loading…
Reference in a new issue