mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix lint not failing on warnings on CI (#1063)
This commit is contained in:
parent
cf4fa30a57
commit
c416de3499
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue