mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
0d5d7d8357
* Migrate to Yarn 2 * Add peer deps * Work * prettify * test * this * Clean up travis.yml * Run prettier first
9 lines
127 B
YAML
9 lines
127 B
YAML
language: node_js
|
|
node_js:
|
|
- 'stable'
|
|
script:
|
|
- yarn prettier:check
|
|
- yarn build:all
|
|
- yarn lint:all
|
|
- yarn test:all
|