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" },