mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08:00
[easy] run typechecking on CI (#954)
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user