浏览代码

chore(update-versions): remove no-push

Sarah Norris 3 年之前
父节点
当前提交
331bff77aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package.json

+ 1 - 1
package.json

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