From 535d5827b8fa1ca748f3f27c9756744c7354f7cf Mon Sep 17 00:00:00 2001
From: Byounghern Kim <be.honey@si-analytics.ai>
Date: Thu, 3 Oct 2024 21:27:04 +0900
Subject: [PATCH] misc: docs build command

---
 package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 7e5e9b4..44b1cdd 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,8 @@
     "dev": "npx astro dev --root ./docs",
     "build": "tsc -b && vite build",
     "lint": "eslint .",
-    "test": "pnpm run dev & playwright test; kill $!"
+    "test": "pnpm run dev & playwright test; kill $!",
+    "build:docs": "npx astro build --root ./docs"
   },
   "repository": {
     "type": "git",