From 195d75363aa24b24a8fc1e4ac65b9e407b875a1a Mon Sep 17 00:00:00 2001 From: hypercube <0hypercube@gmail.com> Date: Fri, 25 Jul 2025 01:21:28 +0100 Subject: [PATCH] Fix watch --- frontend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index a57307d8c1..d4da8eeca0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,9 +22,9 @@ "wasm:build-dev": "just build debug", "wasm:build-profiling": "just build profiling", "wasm:build-production": "just build release", - "wasm:watch-dev": "cargo watch --postpone --watch-when-idle --workdir=wasm --shell \"just build --color=always debug\"", - "wasm:watch-profiling": "cargo watch --postpone --watch-when-idle --workdir=wasm --shell \"just build --color=always profiling\"", - "wasm:watch-production": "cargo watch --postpone --watch-when-idle --workdir=wasm --shell \"just build --color=always release\"" + "wasm:watch-dev": "cargo watch --postpone --watch-when-idle --workdir=wasm --shell \"just --color=always build debug\"", + "wasm:watch-profiling": "cargo watch --postpone --watch-when-idle --workdir=wasm --shell \"just --color=always build profiling\"", + "wasm:watch-production": "cargo watch --postpone --watch-when-idle --workdir=wasm --shell \"just --color=always build release\"" }, "dependencies": { "@fontsource/inconsolata": "^5.2.5",