Skip to content

Commit

Permalink
build(package): add semantic-release-dry script
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Jan 17, 2024
1 parent 967a446 commit 7fc049e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "eslint .",
"docs": "npx jsdoc2md -c .jsdoc.json --files 'src/*.js' > docs/API.md",
"semantic-release": "semantic-release",
"semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH",
"prepare": "husky install"
},
"repository": {
Expand Down

0 comments on commit 7fc049e

Please sign in to comment.