소스 검색

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",