We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c3023 commit a26e348Copy full SHA for a26e348
package.json
@@ -39,7 +39,7 @@
39
"lerna:publish": "npm run build:prod && npm whoami && lerna publish from-package --yes",
40
"lerna:version": "lerna version --no-push --exact --conventional-commits --include-merged-tags",
41
"lerna:changed": "lerna changed --include-merged-tags",
42
- "postversion": "rimraf package-lock.json && npm i",
+ "version": "rimraf package-lock.json && npm i",
43
"lerna:changelog": "npx lerna-changelog",
44
"lerna:diff": "lerna diff",
45
"lerna:fix": "lerna exec -- node ../../scripts/lerna-fix.mjs",
0 commit comments