Skip to content

Commit

Permalink
updating shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbarbour committed Mar 4, 2024
1 parent 436d7d5 commit fef2e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node --loader ts-node/esm --no-warnings
#!/usr/bin/env -S node --loader ts-node/esm --no-warnings
import {compile, JSONSchema} from "json-schema-to-typescript";
import {PathFinder} from "./mapper.js";
import * as fs from 'fs';
Expand Down

0 comments on commit fef2e99

Please sign in to comment.