Skip to content

Commit 124df8e

Browse files
committed
fix
1 parent c144099 commit 124df8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install:
2828

2929
lint *ARGS:
3030
dprint check "$@"
31-
lint-fix *ARGS:
31+
fmt *ARGS:
3232
dprint fmt "$@"
3333
clean *ARGS:
3434
rimraf temp dist tsconfig.schema.json tsconfig.schemastore-schema.json tsconfig.tsbuildinfo tests/ts-node-packed.tgz tests/node_modules tests/tmp "$@"
@@ -53,7 +53,7 @@ test-cov *ARGS:
5353
test *ARGS:
5454
just build && just lint && just test-cov "$@"
5555
test-local *ARGS:
56-
just lint-fix && just build-tsc && just build-pack && just test-spec "$@"
56+
just fmt && just build-tsc && just build-pack && just test-spec "$@"
5757
pre-debug *ARGS:
5858
just build-tsc && just build-pack "$@"
5959
coverage-report *ARGS:

0 commit comments

Comments
 (0)