diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 6840fac..f9ea16e 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -7,7 +7,7 @@ "dev": "vite", "build": "vite build", "preview": "vite preview", - "postbuild": "copyfiles --error ./LICENSE ./dist" + "postbuild": "copyfiles --error ../../LICENSE ../../dist/frontend" }, "dependencies": { "apexcharts": "^3.41.0",