From 6bee146f4a5c86f4d0440711a044e4cd57458e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdussamed=20ULUTA=C5=9E?= Date: Thu, 22 Dec 2022 23:27:24 +0300 Subject: [PATCH] Stage 251 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {