diff --git a/package.json b/package.json index 257c473..7e2fea8 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "scripts": { "dev": "vite", - "build": "tsc && vite build", + "build": "tsc && vite build && cp LICENSE dist", "preview": "vite preview" }, "devDependencies": {