Skip to content

Commit

Permalink
ci: add lerna publish commands to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tuner committed May 15, 2024
1 parent b4d2faf commit c5aad09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"pretty-quick": "pretty-quick",
"prepare": "husky install",
"pre-commit": "lint-staged",
"version": "git rm package-lock.json && npm install && npm i --save-dev rollup && git add package-lock.json"
"publish": "lerna publish --changelog-include-commits-client-login \" by @%l\"",
"preview:publish": "lerna publish --changelog-include-commits-client-login \" by @%l\" --dry-run"
},
"workspaces": [
"./packages/*"
Expand Down

0 comments on commit c5aad09

Please sign in to comment.