Skip to content

Commit

Permalink
Use yarn to run prerelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Oct 23, 2019
1 parent e4aeb4d commit b49317e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"docs:publish": "yarn docs:clean && yarn docs:build && cp CNAME _book && touch _book/.nojekyll && gh-pages -d _book -r git@github.com:redux-saga/redux-saga.git -m 'update book' -t",
"bundlesize": "lerna run --parallel bundlesize",
"changeset": "changeset",
"prerelease": "npm run build",
"prerelease": "yarn build",
"release": "changeset publish"
},
"repository": {
Expand Down

0 comments on commit b49317e

Please sign in to comment.