From ed82e1f7e38dc8d5845d6df6c7575a004e849075 Mon Sep 17 00:00:00 2001 From: killagu Date: Wed, 20 Sep 2023 09:56:51 +0800 Subject: [PATCH] proj: add bump script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",