fix: linkies

This commit is contained in:
cha0s 2021-01-14 23:06:24 -06:00
parent 719d1f23d4
commit 27022d0a72

View File

@ -13,7 +13,7 @@
"repl": "rlwrap -C qmp socat STDIO UNIX:$(ls /tmp/latus-*.sock | tail -n 1)",
"start": "NODE_ENV=production node build/index.js",
"test": "mocha --watch src",
"watch": "webpack --hot --watch --mode development"
"watch": "NODE_PATH=./node_modules webpack --hot --watch --mode development"
},
"dependencies": {
"@avocado/behavior": "^2.0.0",