Fix reload-libhalo command to make it more universal (#480)

This commit is contained in:
Michał Leszczyński
2025-09-19 20:46:46 +02:00
committed by GitHub
parent cae5ed34e3
commit 4f1c48cb1f

View File

@@ -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",