Skip to content

Commit

Permalink
build: fix prettier script (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Feb 21, 2024
1 parent 9220fee commit 33b46f5
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 33b46f5

Please sign in to comment.