fix: env
This commit is contained in:
parent
023ba5e775
commit
b60c9cbf8b
|
@ -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)",
|
||||
|
|
Loading…
Reference in New Issue
Block a user