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 f96d047 commit 20c0619Copy full SHA for 20c0619
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-24.04
15
strategy:
16
matrix:
17
- task: [format, lint]
+ task: [format, lint, type-check]
18
steps:
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
- uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
package.json
@@ -8,6 +8,7 @@
8
"scripts": {
9
"clean": "npm run clean --ws",
10
"tsc": "npm run tsc --ws",
11
+ "type-check": "npm exec --ws -- tsc --noEmit",
12
"build": "webpack --mode production",
13
"watch": "webpack --mode development --watch",
"test": "npm run test --ws --if-present",
0 commit comments