mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
chore: do not fail build on cli publish
This commit is contained in:
parent
8780f2d474
commit
096cbeb4a4
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@redoc/cli",
|
||||
"name": "redoc-cli",
|
||||
"version": "0.0.1",
|
||||
"description": "ReDoc's Command Line Interface",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in New Issue
Block a user