mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-08 08:25:05 +08:00
build: add deploy-preview script
This commit is contained in:
parent
6972462083
commit
e3f66b165e
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
"build-live": "export COMMIT_HASH=`git rev-parse --short HEAD` && npx gulp build-production",
|
||||
"dev": "concurrently \"webpack serve --config=./webpack/config.dev.js\" \"npx gulp watch\"",
|
||||
"deploy-live": "npm run build-live && firebase deploy -P live --only hosting",
|
||||
"deploy-preview": "npm run build-live && firebase hosting:channel:deploy preview -P live --expires 2h",
|
||||
"tsc": "tsc",
|
||||
"knip": "knip"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue