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"