mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
[easy] run typechecking on CI (#954)
This commit is contained in:
parent
3f8144ef85
commit
05af9f04ed
3 changed files with 3 additions and 0 deletions
|
@ -97,6 +97,7 @@
|
|||
"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:typecheck": "tsc",
|
||||
"test:other": "npm run prettier -- --list-different"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue