chore: fix ci-publish from travis

This commit is contained in:
Roman Hotsiy 2018-03-18 14:55:04 +02:00
parent b3fca14d16
commit 8780f2d474
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
3 changed files with 1721 additions and 14 deletions

View File

@ -29,6 +29,6 @@ deploy:
tags: true
- provider: script
skip_cleanup: true
script: cd cli && yarn install && ci-publish
script: cd cli && yarn install && npm run ci-publish
on:
branch: react-rewrite

View File

@ -19,5 +19,8 @@
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"ci-publish": "^1.3.1"
}
}

File diff suppressed because it is too large Load Diff