|
@@ -26,7 +26,7 @@
|
|
|
"deploy:preview": "node ./theme-utils.mjs deploy-preview",
|
|
|
"build:zip": "node ./theme-utils.mjs build-com-zip",
|
|
|
"commit": "npx cz",
|
|
|
- "prep-updates": "npx lerna version --conventional-commits --no-commit-hooks --no-push --yes",
|
|
|
+ "prep-updates": "npx lerna version --conventional-commits --no-commit-hooks --no-push --yes --no-git-tag-version",
|
|
|
"update-stylecss": "npx lerna run stylecss-version --since",
|
|
|
"update-themes": "npm run prep-updates && npm run prep-css"
|
|
|
},
|