Skip to content

Commit 6164c66

Browse files
Frontend/build: Don't emit code while typechecking (#8121)
1 parent b0b845d commit 6164c66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"serve": "next start",
2121
"test-ci": "tsc && cross-env NEXT_PUBLIC_API_BASE_URL=http://localhost:8888 CI=true TZ=UTC jest --runInBand --coverageReporters=\"cobertura\" --coverageReporters=\"lcov\" --reporters=\"default\" --reporters=\"jest-junit\" --coverage",
2222
"test": "cross-env NEXT_PUBLIC_API_BASE_URL=http://localhost:8888 TZ=UTC jest --watch",
23-
"typecheck": "tsc",
23+
"typecheck": "tsc --noEmit",
2424
"knip": "knip"
2525
},
2626
"dependencies": {

0 commit comments

Comments
 (0)