diff --git a/package.json b/package.json index 096e33df..f5266cbc 100644 --- a/package.json +++ b/package.json @@ -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",