We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20acdbf commit bac86fbCopy full SHA for bac86fb
package.json
@@ -13,10 +13,10 @@
13
"clean": "rm -rf **/dist **/build **/node_modules **/.gradle **/vendor || true",
14
"cli": "yarn workspace scripts ts-node --transpile-only ./cli/index.ts",
15
"docker": "docker exec -it dev yarn cli $*",
16
- "docker:no-tty": "docker exec -t dev yarn cli $*",
17
"docker:build": "./scripts/docker/build.sh",
18
"docker:clean": "docker stop dev; docker rm -f dev; docker image rm -f api-clients-automation",
19
"docker:mount": "./scripts/docker/mount.sh",
+ "docker:no-tty": "docker exec -t dev yarn cli $*",
20
"docker:setup": "yarn docker:clean && yarn docker:build && yarn docker:mount",
21
"fix:json": "eslint --ext=json . --fix",
22
"github-actions:lint": "eslint --ext=yml .github/",
0 commit comments