mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-25 18:13:44 +03:00
chore: use ci-publish to publish CLI
This commit is contained in:
parent
4924f2f9ca
commit
b3fca14d16
|
@ -29,6 +29,6 @@ deploy:
|
||||||
tags: true
|
tags: true
|
||||||
- provider: script
|
- provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script: cd cli && npm publish --registry "https://registry.npmjs.org/:_authToken=\${NPM_TOKEN}"
|
script: cd cli && yarn install && ci-publish
|
||||||
on:
|
on:
|
||||||
branch: react-rewrite
|
branch: react-rewrite
|
1342
cli/package-lock.json
generated
1342
cli/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -14,6 +14,9 @@
|
||||||
"react-dom": "^16.3.0-alpha.2",
|
"react-dom": "^16.3.0-alpha.2",
|
||||||
"redoc": "^2.0.0-alpha.15"
|
"redoc": "^2.0.0-alpha.15"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"ci-publish": "ci-publish"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
}
|
||||||
|
|
1032
cli/yarn.lock
Normal file
1032
cli/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user