Skip to content

Commit

Permalink
build: use conventional commits in lerna version
Browse files Browse the repository at this point in the history
Closes #2415
  • Loading branch information
thomas-krueger-axa committed Jul 31, 2023
1 parent ac59d1e commit b325408
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 @@ -15,7 +15,7 @@
"watch-components": "lerna run watch",
"setup-npm-links": "node scripts/setup-npm-link.js",
"postinstall": "lerna bootstrap --hoist && cross-env NODE_ENV=production npm run build-lib && lerna run --parallel genPackagelock && playwright install --with-deps chromium",
"release": "npm whoami && lerna clean --yes && git clean -dfxq -e .idea -e .vscode && npm ci && cross-env NODE_ENV=production npm run build-dist && lerna version --include-merged-tags --exact && lerna publish from-package && git clean -dfxq -e .idea -e .vscode && npm install && git add -A && git commit -m \"release: update package locks\" && git push",
"release": "npm whoami && lerna clean --yes && git clean -dfxq -e .idea -e .vscode && npm ci && cross-env NODE_ENV=production npm run build-dist && lerna version --conventional-commits --include-merged-tags --exact && lerna publish from-package && git clean -dfxq -e .idea -e .vscode && npm install && git add -A && git commit -m \"release: update package locks\" && git push",
"start": "npm run storybook",
"storybook": "start-storybook -p 6006 --no-version-updates",
"build-storybook": "build-storybook",
Expand Down

0 comments on commit b325408

Please sign in to comment.