Update package.json

This commit is contained in:
HyunSuk Nam 2024-08-18 15:45:31 +09:00 committed by GitHub
commit 3a532a3669
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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