Skip to content

Commit ab6ee9a

Browse files
committed
chore: remove npm script to print ts version
1 parent 704528a commit ab6ee9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/web/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
"start": "next start",
99
"lint": "biome check .",
1010
"format": "biome format --write .",
11-
"check-types": "npm run ts:version && tsc --noEmit",
11+
"check-types": "tsc --noEmit",
1212
"clean": "git clean -xdf .next .turbo node_modules",
13-
"ts:version": "tsc --version",
1413
"test": "echo 'No tests to run'"
1514
},
1615
"dependencies": {

0 commit comments

Comments
 (0)