Stage 251
This commit is contained in:
parent
093392ac0e
commit
9338c59ab0
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue