mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-08 04:33:06 +08:00
renamed start script, added deploy scripts
This commit is contained in:
parent
cada6842bc
commit
57d7192795
1 changed files with 5 additions and 3 deletions
|
@ -4,10 +4,12 @@
|
|||
"license": "GPL-3.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"postinstall": "cd functions && npm install",
|
||||
"build": "npx gulp build",
|
||||
"start": "npm run build && firebase serve",
|
||||
"start:dev": "npm run build && concurrently --kill-others \"npx gulp watch\" \"firebase serve\"",
|
||||
"postinstall": "cd functions && npm install"
|
||||
"start": "npm run build && concurrently --kill-others \"npx gulp watch\" \"firebase serve\"",
|
||||
"deploy:live:hosting": "npm run build && firebase deploy -P live --only hosting",
|
||||
"deploy:live:functions": "npm run build && firebase deploy -P live --only functions",
|
||||
"deploy:live": "npm run build && firebase deploy -P live"
|
||||
},
|
||||
"engines": {
|
||||
"node": "10"
|
||||
|
|
Loading…
Reference in a new issue