Skip to content

Commit

Permalink
chore(actions): Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 22, 2021
1 parent 4cef0af commit 931acac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 931acac

Please sign in to comment.