We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cef0af commit 931acacCopy full SHA for 931acac
package.json
@@ -21,7 +21,9 @@
21
"fix:prettier": "prettier --config .prettierrc --write \"src/**/*.js\"",
22
"fix:eslint": "eslint --fix src",
23
"predeploy": "cd usage && npm install && npm run build",
24
- "deploy": "gh-pages -d usage/www -f -r $GIT_PUBLISH_URL"
+ "deploy": "gh-pages -d usage/www -f -r $GIT_PUBLISH_URL",
25
+ "commit": "git cz",
26
+ "semantic-release": "semantic-release"
27
},
28
"peerDependencies": {
29
"react": "^16.0.0"
0 commit comments