chore: try npm publish with --registry

This commit is contained in:
Roman Hotsiy 2018-03-18 13:38:45 +02:00
parent 8f62bf27e6
commit 4924f2f9ca
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -29,6 +29,6 @@ deploy:
tags: true tags: true
- provider: script - provider: script
skip_cleanup: true skip_cleanup: true
script: cd cli && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc && npm publish script: cd cli && npm publish --registry "https://registry.npmjs.org/:_authToken=\${NPM_TOKEN}"
on: on:
branch: react-rewrite branch: react-rewrite