Skip to content

Commit

Permalink
fix(global): update release command in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
extg3 committed May 26, 2024
1 parent bbf657a commit 7b5e55c
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 @@ -5,7 +5,7 @@
"scripts": {
"nx": "nx",
"commit": "cz",
"release": "standard-version && git push --follow-tags origin master",
"release": "nx release --skip-publish",
"local-registry": "nx run ditto-network:local-registry",
"prepare": "husky"
},
Expand Down

0 comments on commit 7b5e55c

Please sign in to comment.