Add check-types to package.json (#627)
* Add type checking to ci * Update @types/node to version 12 We are using node 12 on ci * Add check-types to package.json
This commit is contained in:
@@ -11,5 +11,5 @@ install:
|
||||
- yarn
|
||||
|
||||
script:
|
||||
- tsc --noEmit
|
||||
- xvfb-run --server-args="-screen 0 1920x1080x24" npm test
|
||||
- yarn check-types
|
||||
- xvfb-run --server-args="-screen 0 1920x1080x24" yarn test
|
||||
|
||||
Reference in New Issue
Block a user