Skip to content

Commit

Permalink
chore: fix Lerna version script
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkiesel committed Jul 11, 2024
1 parent e1b5e75 commit 725aafa
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 @@ -8,7 +8,7 @@
],
"scripts": {
"prepare": "husky install",
"lerna:version": "lerna version --exact --git-remote upstream",
"lerna:version": "lerna version --exact --no-private",
"lerna:publish": "lerna publish from-git --yes",
"ci": "yarn build && yarn lint && yarn format:validate && yarn test",
"ci:all": "yarn run ci && yarn run test:prettier-plugin-java test:e2e-jhipster1 && yarn run test:prettier-plugin-java test:e2e-jhipster2",
Expand Down

0 comments on commit 725aafa

Please sign in to comment.