mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
2f91b8765c
* Move from zalmoxisus/redux-devtools-test-generator * Update package and links * Fix CI
13 lines
163 B
YAML
13 lines
163 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "stable"
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- "node_modules"
|
|
script:
|
|
- yarn build:all
|
|
- yarn lint
|
|
- yarn test
|