chore: don't detach

This commit is contained in:
cha0s 2020-07-16 11:41:33 -05:00
parent e6f5cb6a92
commit 57c932471f

View File

@ -7,7 +7,7 @@
"build:docker": "yarn run build:client && yarn run build:server && docker build",
"build:server": "SIDE=SERVER webpack --mode production --config webpack.config.js",
"client": "SIDE=CLIENT webpack-dev-server --verbose --disable-host-check --host localhost --port 31345 --mode development --config webpack.config.js",
"docker": "docker-compose -p reddichat up -d",
"docker": "docker-compose -p reddichat up",
"inspect": "node ./inspect.js",
"lint": "eslint --cache --format codeframe --ext mjs,jsx,js src",
"repl": "rlwrap -C qmp socat STDIO UNIX:$(ls /tmp/reddichat-*.sock | tail -n 1)",