Skip to content

Commit 3868df7

Browse files
committed
wip
1 parent 48b08ac commit 3868df7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
run: pnpm install
2727

2828
- name: Type check project
29-
run: pnpm run type-check
29+
run:
30+
pnpm run type-build
31+
pnpm run type-check
3032

3133
- name: Lint and check formatting
3234
run: pnpm run check

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@
254254
"lint": "biome lint",
255255
"format": "biome format",
256256
"check": "biome check",
257+
"type-build": "tsc --build",
257258
"type-check": "tsc --noEmit",
258259
"build-js": "node ./esbuild.mjs",
259260
"prod-js": "cross-env NODE_ENV=production node ./esbuild.mjs",

0 commit comments

Comments
 (0)