diff --git a/package.json b/package.json index 946681c..6095ce2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Mikro WebSocket Engine", "scripts": { "compile": "parcel watch --no-hmr", - "build": "Remove-Item -Recurse ./.parcel-cache/;parcel build" + "build": "parcel build" }, "source": "./frontend/index.ts", "targets": {