Skip to content

Commit 36569c3

Browse files
committed
fix
1 parent 6db2bfb commit 36569c3

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
node-version-file: "package.json"
3838
cache: "pnpm"
3939
- run: pnpm install --prefer-offline --frozen-lockfile
40-
#- run: pnpm run typecheck
41-
- run: echo "Type Checks are disabled ✅"
40+
- run: pnpm run typecheck
4241

4342
vitest:
4443
needs: typecheck

app/components/game/PlayerCursors.tsx

-23
This file was deleted.

0 commit comments

Comments
 (0)