From 931acaca6d966a280f761a0d0676eb4483a8e85e Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Fri, 22 Jan 2021 12:47:04 -0700 Subject: [PATCH] chore(actions): Update workflow --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b19b5e2..0a6f73d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,9 @@ "fix:prettier": "prettier --config .prettierrc --write \"src/**/*.js\"", "fix:eslint": "eslint --fix src", "predeploy": "cd usage && npm install && npm run build", - "deploy": "gh-pages -d usage/www -f -r $GIT_PUBLISH_URL" + "deploy": "gh-pages -d usage/www -f -r $GIT_PUBLISH_URL", + "commit": "git cz", + "semantic-release": "semantic-release" }, "peerDependencies": { "react": "^16.0.0"