Browse Source

chore: rename update command

Sarah Norris 3 years ago
parent
commit
0ddc6d2f00
1 changed files with 1 additions and 1 deletions
  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",