mirror of
https://github.com/elyby/eslint-plugin.git
synced 2024-11-08 21:52:30 +05:30
23 lines
287 B
YAML
23 lines
287 B
YAML
language: node_js
|
|
node_js:
|
|
- "11"
|
|
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- node_modules
|
|
|
|
script:
|
|
- yarn tsc
|
|
- yarn lint
|
|
- yarn test
|
|
- yarn build
|
|
|
|
deploy:
|
|
- provider: npm
|
|
skip_cleanup: true
|
|
email: $NPM_USER_EMAIL
|
|
api_key: $NPM_AUTH_TOKEN
|
|
on:
|
|
tags: true
|