Skip to content

Commit d21a0d7

Browse files
committed
internal: add script to run lerna changed
1 parent dcc41c3 commit d21a0d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"build:prod": "npm run clean && npm run build",
3838
"clean": "turbo run clean --parallel",
3939
"lerna:publish": "npm run build:prod && npm whoami && lerna publish from-package --yes",
40-
"lerna:version": "lerna version --no-push --exact --conventional-commits",
40+
"lerna:version": "lerna version --no-push --exact --conventional-commits --include-merged-tags",
41+
"lerna:changed": "lerna changed --include-merged-tags",
4142
"postversion": "rimraf package-lock.json && npm i",
4243
"lerna:diff": "lerna diff",
4344
"lerna:fix": "lerna exec -- node ../../scripts/lerna-fix.mjs",

0 commit comments

Comments
 (0)