From 4f1c48cb1fc5daf19f0de384adf0c56af2535bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Leszczy=C5=84ski?= Date: Fri, 19 Sep 2025 20:46:46 +0200 Subject: [PATCH] Fix reload-libhalo command to make it more universal (#480) --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index e249b61..fb34d87 100644 --- a/cli/package.json +++ b/cli/package.json @@ -40,7 +40,7 @@ "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "reload-libhalo": "cd ../core && ./node_modules/.bin/tsc && cd ../cli && yarn add ../core" + "reload-libhalo": "cd ../core && yarn tsc && yarn webpack && cd ../cli && yarn add ../core" }, "dependencies": { "@arx-research/libhalo": "../core",