mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-10 16:22:27 +03:00
build module + bundle only on tags: now working
This commit is contained in:
parent
ee1c6a934f
commit
9e661c4a7d
|
@ -32,7 +32,7 @@ before_script:
|
||||||
after_script:
|
after_script:
|
||||||
- kill %1 # kill e2e server
|
- kill %1 # kill e2e server
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- if [[ -z "$TRAVIS_TAG" ]]; then npm run build:prod-module; fi
|
- 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