Skip to content

Commit 54bfcfa

Browse files
author
lpmatos
committed
fix: package.json script release
1 parent 28a5162 commit 54bfcfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"scripts": {
44
"cm": "git cz",
55
"secrets": "gitleaks --verbose --path=. --config-path=.gitleaks.toml",
6-
"release": "npx semantic-release --debug",
7-
"release-debug": "npx semantic-release --dry-run --debug"
6+
"release": "npx semantic-release --no-ci",
7+
"release-debug": "npx semantic-release --dry-run --no-ci --debug"
88
},
99
"husky": {
1010
"hooks": {

0 commit comments

Comments
 (0)