Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix: Try semantic-release non-dry run (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
JForsaken authored Apr 20, 2022
1 parent d48a930 commit 3677b5d
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 @@ -18,7 +18,7 @@
"test:watch": "jest --watch",
"publish:npm": "pnpm publish --access public",
"start": "nest start",
"semantic-release": "semantic-release -d",
"semantic-release": "semantic-release",
"test:integration": "jest --runInBand --forceExit --config jest.integration.config.js"
},
"dependencies": {
Expand Down

0 comments on commit 3677b5d

Please sign in to comment.