Skip to content

Commit

Permalink
proj: add bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Sep 20, 2023
1 parent bddac97 commit ed82e1f
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 @@ -19,7 +19,8 @@
"lint": "eslint . --ext .ts",
"test": "npm run test --workspaces --if-present",
"cov": "nyc npm run test",
"pub": "lerna publish",
"bump": "lerna version --conventional-commits --sign-git-commit --sign-git-tag --force-publish",
"pub": "lerna publish from-git",
"pub-canary": "lerna publish --canary",
"clean": "lerna run --parallel clean",
"clean-workspaces": "npm run clean --workspaces --if-present",
Expand Down

0 comments on commit ed82e1f

Please sign in to comment.