Skip to content

Commit 33b46f5

Browse files
authored
build: fix prettier script (#898)
1 parent 9220fee commit 33b46f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/format-with-prettier.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S ts-node-transpile-only --esm
1+
#!/usr/bin/env -S node --no-warnings=ExperimentalWarning --loader ts-node/esm
22

33
import fs from "fs";
44
import { JSONSchema7 } from "json-schema";

0 commit comments

Comments
 (0)