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",