Browse Source

chore: add commit & update-packages scripts

Sarah Norris 3 years ago
parent
commit
2f8f8c2add
1 changed files with 3 additions and 1 deletions
  1. 3 1
      package.json

+ 3 - 1
package.json

@@ -24,7 +24,9 @@
 		"deploy:git": "node ./theme-utils.mjs push-button-deploy-git",
 		"deploy:svn": "node ./theme-utils.mjs push-button-deploy-svn",
 		"deploy:preview": "node ./theme-utils.mjs deploy-preview",
-		"build:zip": "node ./theme-utils.mjs build-com-zip"
+		"build:zip": "node ./theme-utils.mjs build-com-zip",
+		"commit": "npx cz",
+		"update-packages": "npx lerna version --conventional-commits --no-commit-hooks --yes"
 	},
 	"devDependencies": {
 		"@commitlint/cli": "^15.0.0",