Stage 251

This commit is contained in:
Abdussamed ULUTAŞ 2022-12-22 23:26:12 +03:00
parent 093392ac0e
commit 9338c59ab0
1 changed files with 1 additions and 1 deletions

View File

@ -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": {