Skip to content

Commit

Permalink
Merge pull request #14 from henk-badenhorst/development
Browse files Browse the repository at this point in the history
fix(release): removes dry-run param from semantic-release
  • Loading branch information
henk-badenhorst authored Jan 15, 2024
2 parents 24a6a43 + 22ca249 commit 5d1e70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:watch": "jest --watch",
"test:coverage": "jest --collect-coverage",
"prepare": "husky install",
"release": "semantic-release --dry-run --pkgRoot=dist/package/ --branches='main'"
"release": "semantic-release --pkgRoot=dist/package/ --branches='main'"
},
"main": "src/index.ts",
"typings": "src/types/typing.d.ts",
Expand Down

0 comments on commit 5d1e70e

Please sign in to comment.