mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +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:
|
||||
- kill %1 # kill e2e server
|
||||
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:
|
||||
- provider: npm
|
||||
skip_cleanup: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user