Skip to content

Commit b9c510a

Browse files
committed
fix: run the release-it scripts in verbose mode
this will show us the output of our electron builds.
1 parent 054535c commit b9c510a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "dist/headless/codeflare.min.js",
66
"scripts": {
7-
"release": "dotenv -e ~/.codeflare-release.env release-it --",
7+
"release": "dotenv -e ~/.codeflare-release.env release-it -- -V",
88
"watch:source": "tsc --build . --watch",
99
"compile": "npx tsc --build . && npx kui-babel && npx kui-prescan",
1010
"compile:clean": "tsc --build tsconfig.json --clean",
@@ -91,7 +91,7 @@
9191
"hooks": {
9292
"before:release": [
9393
"npm ci",
94-
"dotenv -e .release.env npm run build:electron:all"
94+
"npm run build:electron:all"
9595
]
9696
},
9797
"npm": {

0 commit comments

Comments
 (0)