Update references of npm to yarn

This commit is contained in:
Elliot Lee
2017-11-03 15:30:41 -07:00
parent 4886561f7d
commit cc1ab7ae97
5 changed files with 39 additions and 18 deletions

View File

@@ -7,12 +7,12 @@ function exit_on_error {
rm -rf build
npm install
yarn install
gulp
npm test
yarn test
exit_on_error
echo ""
echo "publish rc to npm"
npm publish --tag beta
yarn publish --tag beta
exit_on_error