Skip to content

Commit

Permalink
tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa committed Jul 2, 2024
1 parent 30c1791 commit b2e25bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"scripts": {
"dev": "sst bind 'next dev --port 6001'",
"dev:turbo": "sst bind 'next dev --port 6001 --turbo'",
"tsc": "tsc --noEmit",
"tsc:watch": "pnpm tsc --watch",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"tsc:watch": "pnpm typecheck --watch"
"lint": "next lint"
},
"dependencies": {
"@sentry/browser": "^8.13.0",
Expand Down

0 comments on commit b2e25bd

Please sign in to comment.