UNPKG

251 BYAMLView Raw
1language: node_js
2cache:
3 directories:
4 - node_modules
5deploy:
6 provider: npm
7 email: kennedyianrose@gmail.com
8 api_key: $NPM_TOKEN
9 on:
10 tags: true
11 skip_cleanup: true
12notifications:
13 email:
14 on_success: never
15 on_failure: always
16