Skip to content

Commit

Permalink
fix: add --yes to lerna publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
KHOUBZA Younes committed Dec 25, 2022
1 parent 7ef5892 commit c128320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dev": "NODE_ENV=development lerna exec -- rollup -c ../../rollup.config.js",
"watch": "NODE_ENV=development lerna exec --parallel -- rollup -c ../../rollup.config.js --watch",
"clean": "lerna run clean",
"publish": "lerna publish from-package",
"publish": "lerna publish from-package --yes",
"version": "lerna version --no-private --conventional-commits --conventional-graduate --create-release github --force-publish --yes",
"lint": "eslint . --ext .ts --fix"
},
Expand Down

0 comments on commit c128320

Please sign in to comment.