mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 13:30:33 +03:00
chore: fix ci-publish from travis
This commit is contained in:
parent
b3fca14d16
commit
8780f2d474
|
@ -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
|
|
@ -19,5 +19,8 @@
|
|||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ci-publish": "^1.3.1"
|
||||
}
|
||||
}
|
||||
|
|
1728
cli/yarn.lock
1728
cli/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user