chore: ded

This commit is contained in:
cha0s 2021-03-10 00:43:28 -06:00
parent b60c9cbf8b
commit 709aacbe3d

View File

@ -8,7 +8,6 @@
"dev": "webpack --mode development",
"docker": "yarn run build && docker build",
"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)",
"start": "NODE_ENV=production NODE_PATH=./node_modules node build/index.js",