mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
5a6074a081
* chore(*): change prettier hook * Run prettier * Reorder * Fix all the files
14 lines
195 B
YAML
14 lines
195 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- 'stable'
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- 'node_modules'
|
|
script:
|
|
- yarn build:all
|
|
- yarn lint:all
|
|
- yarn prettier:check
|
|
- yarn test:all
|