Преглед изворни кода

feat(update-themes): add --no-git-tag-version flag

Sarah Norris пре 3 година
родитељ
комит
cd1063f85e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -26,7 +26,7 @@
 		"deploy:preview": "node ./theme-utils.mjs deploy-preview",
 		"deploy:preview": "node ./theme-utils.mjs deploy-preview",
 		"build:zip": "node ./theme-utils.mjs build-com-zip",
 		"build:zip": "node ./theme-utils.mjs build-com-zip",
 		"commit": "npx cz",
 		"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-stylecss": "npx lerna run stylecss-version --since",
 		"update-themes": "npm run prep-updates && npm run prep-css"
 		"update-themes": "npm run prep-updates && npm run prep-css"
 	},
 	},