mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix CI
This commit is contained in:
parent
4da24cc732
commit
7934fae2b5
|
@ -1,13 +1,12 @@
|
|||
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
|
||||
- yarn build:all
|
||||
- yarn lint
|
||||
- yarn test
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"devDependencies": {
|
||||
"babel-eslint": "^10.0.0",
|
||||
"eslint-plugin-react": "7.4.0",
|
||||
"eslint-plugin-flowtype": "3.2.0",
|
||||
"lerna": "3.4.2"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user