mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-13 09:42:23 +03:00
chore: fix ci-publish from travis
This commit is contained in:
parent
b3fca14d16
commit
8780f2d474
|
@ -29,6 +29,6 @@ deploy:
|
||||||
tags: true
|
tags: true
|
||||||
- provider: script
|
- provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script: cd cli && yarn install && ci-publish
|
script: cd cli && yarn install && npm run ci-publish
|
||||||
on:
|
on:
|
||||||
branch: react-rewrite
|
branch: react-rewrite
|
|
@ -19,5 +19,8 @@
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"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