mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-01 03:19:20 +08:00
chore: fix release scripts
This commit is contained in:
parent
0db50e30d8
commit
356e4bcd5f
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
"cd frontend && npm run validate-json && npm run build"
|
||||
],
|
||||
"before:release": [
|
||||
"cd frontend && firebase deploy -P live --only hosting",
|
||||
"cd frontend && npx firebase deploy -P live --only hosting",
|
||||
"sh ./bin/purgeCfCache.sh"
|
||||
]
|
||||
},
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"before:release": [
|
||||
"sh ./bin/deployBackend.sh",
|
||||
"cd frontend && firebase deploy -P live --only hosting",
|
||||
"cd frontend && npx firebase deploy -P live --only hosting",
|
||||
"sh ./bin/purgeCfCache.sh"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue