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 704528a commit ab6ee9aCopy full SHA for ab6ee9a
apps/web/package.json
@@ -8,9 +8,8 @@
8
"start": "next start",
9
"lint": "biome check .",
10
"format": "biome format --write .",
11
- "check-types": "npm run ts:version && tsc --noEmit",
+ "check-types": "tsc --noEmit",
12
"clean": "git clean -xdf .next .turbo node_modules",
13
- "ts:version": "tsc --version",
14
"test": "echo 'No tests to run'"
15
},
16
"dependencies": {
0 commit comments