Skip to content

Commit bac86fb

Browse files
committed
lint json
1 parent 20acdbf commit bac86fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"clean": "rm -rf **/dist **/build **/node_modules **/.gradle **/vendor || true",
1414
"cli": "yarn workspace scripts ts-node --transpile-only ./cli/index.ts",
1515
"docker": "docker exec -it dev yarn cli $*",
16-
"docker:no-tty": "docker exec -t dev yarn cli $*",
1716
"docker:build": "./scripts/docker/build.sh",
1817
"docker:clean": "docker stop dev; docker rm -f dev; docker image rm -f api-clients-automation",
1918
"docker:mount": "./scripts/docker/mount.sh",
19+
"docker:no-tty": "docker exec -t dev yarn cli $*",
2020
"docker:setup": "yarn docker:clean && yarn docker:build && yarn docker:mount",
2121
"fix:json": "eslint --ext=json . --fix",
2222
"github-actions:lint": "eslint --ext=yml .github/",

0 commit comments

Comments
 (0)