Skip to content

Commit a26e348

Browse files
committed
change postversion to version
1 parent f8c3023 commit a26e348

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
@@ -39,7 +39,7 @@
3939
"lerna:publish": "npm run build:prod && npm whoami && lerna publish from-package --yes",
4040
"lerna:version": "lerna version --no-push --exact --conventional-commits --include-merged-tags",
4141
"lerna:changed": "lerna changed --include-merged-tags",
42-
"postversion": "rimraf package-lock.json && npm i",
42+
"version": "rimraf package-lock.json && npm i",
4343
"lerna:changelog": "npx lerna-changelog",
4444
"lerna:diff": "lerna diff",
4545
"lerna:fix": "lerna exec -- node ../../scripts/lerna-fix.mjs",

0 commit comments

Comments
 (0)