Skip to content

Commit

Permalink
build: fix prettier script
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Feb 18, 2024
1 parent 18b883b commit 0737c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/format-with-prettier.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S ts-node-transpile-only --esm
#!/usr/bin/env -S node --no-warnings=ExperimentalWarning --loader ts-node/esm

import fs from "fs";
import { JSONSchema7 } from "json-schema";
Expand Down

0 comments on commit 0737c8a

Please sign in to comment.