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 b0b845d commit 6164c66Copy full SHA for 6164c66
1 file changed
app/web/package.json
@@ -20,7 +20,7 @@
20
"serve": "next start",
21
"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",
22
"test": "cross-env NEXT_PUBLIC_API_BASE_URL=http://localhost:8888 TZ=UTC jest --watch",
23
- "typecheck": "tsc",
+ "typecheck": "tsc --noEmit",
24
"knip": "knip"
25
},
26
"dependencies": {
0 commit comments