From ca38e2708853f93ba88292fed5bd50c15a07ceee Mon Sep 17 00:00:00 2001 From: esthel Date: Mon, 5 Feb 2024 16:14:20 +0900 Subject: [PATCH] =?UTF-8?q?etc:=20vercel=20=EC=8B=A4=ED=96=89=20=EC=A4=80?= =?UTF-8?q?=EB=B9=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit package.json에 build, start script 추가 --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 1cd036e..08ec4cb 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,8 @@ "scripts": { "dev": "npm run open-browser && next dev", "open-browser": "start http://localhost:3000", + "build": "next build", + "start": "next start", "prepare": "husky create && husky install" }, "lint-staged": {