diff --git a/apps/client-web/package.json b/apps/client-web/package.json index 6d9bbe3..7a46044 100644 --- a/apps/client-web/package.json +++ b/apps/client-web/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc -b && vite build", + "build": "tsc -b && mkdir -p public/artifacts && cp -r node_modules/@pcd/proto-pod-gpc-artifacts/* public/artifacts && vite build", "lint": "eslint .", "preview": "vite preview" },