build ~> scripts

This commit is contained in:
Pooya Parsa 2017-12-12 13:41:55 +03:30
parent 2450747ab0
commit 26f032a11c
3 changed files with 1 additions and 1 deletions

View File

@ -35,5 +35,5 @@ jobs:
if [ "${CIRCLE_BRANCH}" == "dev" ]; then
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
./build/release-next && npm publish --tag next
./scripts/release-next && npm publish --tag next
fi