blob: dae34f8a16f0ff0caeb66d82898a74fc07a142c3 [file] [log] [blame]
language: node_js
node_js:
- 6
install: npm install
script:
- npm run build
deploy:
- provider: npm
email: onap.sdc@gmail.com
api_key: $NPM_TOKEN
skip_cleanup: true
on:
tags: true
repo: onap-sdc/onap-ui-common