mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 10:04:08 +03:00
build module + bundle only on tags
This commit is contained in:
parent
1f64346584
commit
ee1c6a934f
|
@ -32,7 +32,7 @@ before_script:
|
||||||
after_script:
|
after_script:
|
||||||
- kill %1 # kill e2e server
|
- kill %1 # kill e2e server
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- npm run build:prod-module
|
- if [[ -z "$TRAVIS_TAG" ]]; then npm run build:prod-module; fi
|
||||||
deploy:
|
deploy:
|
||||||
- provider: npm
|
- provider: npm
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user