mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
26 lines
337 B
YAML
26 lines
337 B
YAML
language: node_js
|
|
os:
|
|
- linux
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- ~/.npm
|
|
notifications:
|
|
email: false
|
|
node_js:
|
|
- '10'
|
|
script:
|
|
- yarn lint
|
|
- yarn test
|
|
- yarn build
|
|
- yarn storybook:build
|
|
matrix:
|
|
allow_failures: []
|
|
fast_finish: true
|
|
branches:
|
|
except:
|
|
- /^v\d+\.\d+\.\d+$/
|
|
- master
|
|
- next
|
|
- gh-pages
|