Skip to content

Commit 931acac

Browse files
committed
chore(actions): Update workflow
1 parent 4cef0af commit 931acac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"fix:prettier": "prettier --config .prettierrc --write \"src/**/*.js\"",
2222
"fix:eslint": "eslint --fix src",
2323
"predeploy": "cd usage && npm install && npm run build",
24-
"deploy": "gh-pages -d usage/www -f -r $GIT_PUBLISH_URL"
24+
"deploy": "gh-pages -d usage/www -f -r $GIT_PUBLISH_URL",
25+
"commit": "git cz",
26+
"semantic-release": "semantic-release"
2527
},
2628
"peerDependencies": {
2729
"react": "^16.0.0"

0 commit comments

Comments
 (0)