From 9338c59ab00ffbbc3c5eea02a575dc71e52fadca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdussamed=20ULUTA=C5=9E?= Date: Thu, 22 Dec 2022 23:26:12 +0300 Subject: [PATCH] Stage 251 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6095ce2..946681c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Mikro WebSocket Engine", "scripts": { "compile": "parcel watch --no-hmr", - "build": "parcel build" + "build": "Remove-Item -Recurse ./.parcel-cache/;parcel build" }, "source": "./frontend/index.ts", "targets": {