mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-10 16:22:27 +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
|
tags: true
|
||||||
- provider: script
|
- provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script: cd cli && yarn install && npm run ci-publish
|
script: cd cli && yarn install && npm run ci-publish || true
|
||||||
on:
|
on:
|
||||||
branch: react-rewrite
|
branch: react-rewrite
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "@redoc/cli",
|
"name": "redoc-cli",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "ReDoc's Command Line Interface",
|
"description": "ReDoc's Command Line Interface",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user