This commit is contained in:
cha0s 2021-03-10 00:43:07 -06:00
parent 023ba5e775
commit b60c9cbf8b

View File

@ -7,7 +7,7 @@
"clean": "rm -rf yarn.lock build node_modules/* && yarn",
"dev": "webpack --mode development",
"docker": "yarn run build && docker build",
"electron": "electron build/electron.js",
"electron": "NODE_ENV=production NODE_PATH=./node_modules electron build/electron.js",
"forcelatus": "pkgs=$(find node_modules/@latus -maxdepth 1 -mindepth 1 -printf '@latus/%f '); yarn upgrade $pkgs",
"lint": "eslint --cache --format codeframe --ext mjs,jsx,js src",
"repl": "rlwrap -C qmp socat STDIO UNIX:$(ls /tmp/latus-*.sock | tail -n 1)",