chore: do not fail build on cli publish

This commit is contained in:
Roman Hotsiy 2018-03-18 17:15:12 +02:00
parent 8780f2d474
commit 096cbeb4a4
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
{
"name": "@redoc/cli",
"name": "redoc-cli",
"version": "0.0.1",
"description": "ReDoc's Command Line Interface",
"main": "index.js",