From 3a532a36694aa5981f40672d7af68cef72f2c5e2 Mon Sep 17 00:00:00 2001 From: HyunSuk Nam Date: Sun, 18 Aug 2024 15:45:31 +0900 Subject: [PATCH] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 732c57d..11b68bb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc -b && vite build --outDir /var/static/imnyang", + "build": "tsc -b && vite build --outDir /var/static/imnyang --emptyOutDir", + "build-test": "tsc -b && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" },