From b2e25bd4962d052f97842446d6b1157846bdc5bb Mon Sep 17 00:00:00 2001 From: Mischa Spiegelmock Date: Mon, 1 Jul 2024 20:17:51 -0700 Subject: [PATCH] tsc --- web/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/package.json b/web/package.json index 6c2f1d9..884bdae 100644 --- a/web/package.json +++ b/web/package.json @@ -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",