chore: allow deployment from branch

This commit is contained in:
Roman Hotsiy 2018-03-18 11:53:34 +02:00
parent cb39a4b6cd
commit 8f62bf27e6
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -29,4 +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 && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc && npm publish
on:
branch: react-rewrite