mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-05 22:28:01 +08:00
using actual project name
This commit is contained in:
parent
c1bd90fcaa
commit
3cdec2da46
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
"postinstall": "cd functions && npm install",
|
||||
"build": "npx gulp build",
|
||||
"start:dev": "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: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"
|
||||
},
|
||||
"engines": {
|
||||
|
|
Loading…
Add table
Reference in a new issue