瀏覽代碼

chore: rename update command

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