Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit a4be71d

Browse files
committed
updated new version command
1 parent 513dbb4 commit a4be71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "lerna run build",
1010
"watch": "lerna run watch",
1111
"test": "jest",
12-
"new-version": "lerna version --conventional-commits --yes",
12+
"new-version": "lerna version --conventional-commits --no-git-tag-version --yes",
1313
"dev-publish": "lerna run build && lerna run dev-publish",
1414
"dev-push": "lerna run build && lerna run dev-push",
1515
"package-install": "lerna exec npm install"

0 commit comments

Comments
 (0)