UNPKG

222 BYAMLView Raw
1language: node_js
2
3node_js:
4 - "node"
5
6before_install:
7 - npm i -g makeshift && makeshift -s @bcoe -r https://registry.npmjs.org
8
9deploy:
10 provider: npm
11 email: lcapra@fbk.eu
12 api_key: $NPM_TOKEN
13 on:
14 tags: true