mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 17:46:56 +03:00
476e37a875
* Add redux-slider-monitor * Fix example configuration of redux-slider-monitor * Fix lint errors * CI: Run build:all before lint
14 lines
180 B
YAML
14 lines
180 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "lts/*"
|
|
- "stable"
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- "node_modules"
|
|
script:
|
|
- npm run build:all
|
|
- npm run lint
|
|
- npm test
|