From b725aa8d413958e50949ab00c9d523a7f9d3a1db Mon Sep 17 00:00:00 2001 From: Q Kim Date: Thu, 5 Oct 2023 15:59:45 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8A=A4=ED=86=A0=EB=A6=AC=EB=B6=81=20?= =?UTF-8?q?=EC=9E=90=EB=8F=99=20=EB=B0=B0=ED=8F=AC=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 321171b..8af895f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "build": "tsc && vite build", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", - "predeploy": "npm run storybook && touch storybook-static/.nojekyll", + "predeploy": "npm run build-storybook && touch storybook-static/.nojekyll", "deploy": "gh-pages -d storybook-static -t true" }, "dependencies": {