diff --git a/package.json b/package.json index 6dabb06..0e3a2e2 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "dev": "vite", "build": "npm run prebuild && vue-tsc -b && vite build && cp -r public/* dist/", + "dev:refresh": "vue-tsc -b && vite build && cp -r public/* dist/", "build:watch": "vite build --watch", "preview": "vite preview", "lint": "biome format --write .",