Skip to content

Commit

Permalink
chore: add --force-publish to lerna to sync releases (#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee authored Apr 4, 2023
1 parent ee4f203 commit f599671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"lint": "eslint --ext .js,.ts . --cache --report-unused-disable-directives",
"postinstall": "yarn build",
"link-packages": "node ./scripts/linkPackages.js",
"publish": "yarn build-clean-all && yarn install && lerna publish",
"publish:next": "yarn build-clean-all && yarn install && lerna publish --dist-tag next",
"publish": "yarn build-clean-all && yarn install && lerna publish --force-publish",
"publish:next": "yarn build-clean-all && yarn install && lerna publish --force-publish --dist-tag next",
"prepare": "husky install"
},
"devDependencies": {
Expand Down

0 comments on commit f599671

Please sign in to comment.