Skip to content

Commit 356e4bc

Browse files
committed
chore: fix release scripts
1 parent 0db50e3 commit 356e4bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.release-it-fe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cd frontend && npm run validate-json && npm run build"
77
],
88
"before:release": [
9-
"cd frontend && firebase deploy -P live --only hosting",
9+
"cd frontend && npx firebase deploy -P live --only hosting",
1010
"sh ./bin/purgeCfCache.sh"
1111
]
1212
},

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"before:release": [
99
"sh ./bin/deployBackend.sh",
10-
"cd frontend && firebase deploy -P live --only hosting",
10+
"cd frontend && npx firebase deploy -P live --only hosting",
1111
"sh ./bin/purgeCfCache.sh"
1212
]
1313
},

0 commit comments

Comments
 (0)