From 1c273d4adfa274048204ecfd94e507c0389e2020 Mon Sep 17 00:00:00 2001 From: haunter Date: Thu, 24 Jul 2025 14:47:07 +0000 Subject: [PATCH] Update package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 2b3ef8b..109be3c 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "dev": "next dev --turbo", "build": "next build", "start": "next start", - "lint": "next lint && tsc --noEmit", - "deploy": "npm run lint && npm run build && cdk deploy" + "lint": "next lint && tsc --noEmit" }, "dependencies": { "@emotion/react": "^11.14.0",