From b306f13071c81f461bfa667974fc7a8753538cc3 Mon Sep 17 00:00:00 2001 From: DaYoung-woo <131967254+DaYoung-woo@users.noreply.github.com> Date: Fri, 13 Sep 2024 02:02:31 +0900 Subject: [PATCH] =?UTF-8?q?[test]=EB=B0=B0=ED=8F=AC=EC=8B=9C=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=95=88=EB=82=98=EC=98=B4=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B813?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5fa910e..f7ff36e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "dev": "next", "build": "next build", "start": "next start", - "deploy": "next build && touch out/.nojekyll && git add -f out/ && git commit -m \"Deploy\" && git subtree push --prefix out origin gh-pages" + "deploy": "next build && touch out/.nojekyll && git add -f out/ && git commit -m \"Deploy\" && git subtree push --prefix out origin gh-pages", + "export": "next build && next export" }, "dependencies": { "eslint": "^9.10.0",