chore: fix release scripts

This commit is contained in:
Miodec 2024-07-16 13:42:42 +02:00
parent 0db50e30d8
commit 356e4bcd5f
2 changed files with 2 additions and 2 deletions

View file

@ -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"
]
},

View file

@ -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"
]
},