Skip to content

Commit 41faf09

Browse files
author
KHOUBZA Younes
committed
fix: add --force-publish to lerna version command
1 parent 37c705a commit 41faf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"watch": "NODE_ENV=development lerna exec --parallel -- rollup -c ../../rollup.config.js --watch",
3030
"clean": "lerna run clean",
3131
"publish": "lerna publish from-package",
32-
"version": "lerna version --no-private --conventional-commits --conventional-graduate --create-release github --yes",
32+
"version": "lerna version --no-private --conventional-commits --conventional-graduate --create-release github --force-publish --yes",
3333
"lint": "eslint . --ext .ts --fix"
3434
},
3535
"bugs": {

0 commit comments

Comments
 (0)