pull2refresh
Version:
Pull to refresh library
22 lines (18 loc) • 320 B
YAML
language: node_js
node_js:
- "node"
install:
- npm install
script:
- npm run lint
- npm run build
- npm run build:min
- npm run test
- npm run compile-example
- ./scripts/push.sh
deploy:
provider: npm
email: "kevin.serin@outlook.fr"
api_key: $NPM_TOKEN
on:
tags: true