build module + bundle only on tags

This commit is contained in:
Roman Hotsiy 2016-11-02 12:15:19 +02:00
parent 1f64346584
commit ee1c6a934f
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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