fix lint not failing on warnings on CI (#1063)
This commit is contained in:
parent
cf4fa30a57
commit
c416de3499
@ -96,7 +96,7 @@
|
||||
"test": "npm run test:app",
|
||||
"test:app": "react-scripts test --env=jsdom --passWithNoTests",
|
||||
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
|
||||
"test:code": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
|
||||
"test:code": "eslint --max-warnings=0 --ignore-path .gitignore --ext .js,.ts,.tsx .",
|
||||
"test:typecheck": "tsc",
|
||||
"test:other": "npm run prettier -- --list-different"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user