We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fa916 commit 6b9b37aCopy full SHA for 6b9b37a
.github/workflows/main.yml
@@ -25,6 +25,7 @@ jobs:
25
restore-keys: |
26
${{ runner.os }}-modules-
27
- run: yarn install
28
+ - run: yarn typecheck
29
- run: yarn build
30
- run: yarn lint:ci
31
- run: yarn doctor
package.json
@@ -34,6 +34,7 @@
34
"build": "lerna run build",
35
"lint": "eslint --cache .",
36
"lint:ci": "eslint --cache . --max-warnings=0",
37
+ "typecheck": "tsc",
38
"prepare": "husky install"
39
},
40
"lint-staged": {
0 commit comments