mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-08 04:44:13 -05:00
Fix reload-libhalo command to make it more universal (#480)
This commit is contained in:
committed by
GitHub
parent
cae5ed34e3
commit
4f1c48cb1f
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user