We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db50e3 commit 356e4bcCopy full SHA for 356e4bc
2 files changed
.release-it-fe.json
@@ -6,7 +6,7 @@
6
"cd frontend && npm run validate-json && npm run build"
7
],
8
"before:release": [
9
- "cd frontend && firebase deploy -P live --only hosting",
+ "cd frontend && npx firebase deploy -P live --only hosting",
10
"sh ./bin/purgeCfCache.sh"
11
]
12
},
.release-it.json
@@ -7,7 +7,7 @@
"sh ./bin/deployBackend.sh",
13
0 commit comments