浏览代码

chore(update-themes): remove --amend flag

Sarah Norris 3 年之前
父节点
当前提交
b7ac6ae6fb
共有 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-themes": "npx lerna version --conventional-commits --no-commit-hooks --amend --yes"
+		"update-themes": "npx lerna version --conventional-commits --no-commit-hooks --yes"
 	},
 	"devDependencies": {
 		"@commitlint/cli": "^15.0.0",