Skip to content

Commit

Permalink
chore: remove npm script to print ts version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmarqs committed Jan 20, 2025
1 parent 704528a commit ab6ee9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
"start": "next start",
"lint": "biome check .",
"format": "biome format --write .",
"check-types": "npm run ts:version && tsc --noEmit",
"check-types": "tsc --noEmit",
"clean": "git clean -xdf .next .turbo node_modules",
"ts:version": "tsc --version",
"test": "echo 'No tests to run'"
},
"dependencies": {
Expand Down

0 comments on commit ab6ee9a

Please sign in to comment.