Skip to content

Commit 42629ba

Browse files
committed
fix(frontend): add missing type-check script
1 parent 615afed commit 42629ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"build": "next build",
88
"start": "next start",
99
"lint": "next lint",
10+
"type-check": "tsc --noEmit",
1011
"test": "vitest",
1112
"test:e2e": "playwright test"
1213
},

0 commit comments

Comments
 (0)