fix registry

This commit is contained in:
Pooya Parsa 2017-11-24 20:16:03 +03:30
parent efa0c6524e
commit 449c99f6d7
No known key found for this signature in database
GPG Key ID: C3C77C557D8883CD

View File

@ -40,5 +40,6 @@ jobs:
command: | command: |
if [ "${CIRCLE_BRANCH}" == "dev" ]; then if [ "${CIRCLE_BRANCH}" == "dev" ]; then
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
npm run release-next npm run release-next
fi fi