Skip to content

Commit

Permalink
docker: pass signals and fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Jan 18, 2022
1 parent ad8ced4 commit 9283d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"docker:clean": "docker stop dev; docker rm -f dev; docker image rm -f api-clients-automation",
"docker:mount": "./scripts/docker/mount.sh",
"docker:setup": "yarn docker:clean && yarn docker:build && yarn docker:mount",
"docker": "docker exec dev yarn $*",
"docker": "docker exec -it dev yarn $*",
"lint": "eslint --ext=ts .",
"post:generate": "./scripts/post-gen/global.sh",
"generate": "./scripts/multiplexer.sh ${2:-nonverbose} ./scripts/generate.sh ${0:-all} ${1:-all} && yarn post:generate",
Expand Down

0 comments on commit 9283d9e

Please sign in to comment.