Skip to content

Commit

Permalink
Fix shebang in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Sep 30, 2024
1 parent e7b7f78 commit 7fb4a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/jskos-convert
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node --no-deprecation
#!/usr/bin/env -S node --no-deprecation

import program from "../lib/cli.js"
import convert from "../lib/convert-action.js"
Expand Down
2 changes: 1 addition & 1 deletion bin/jskos-validate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node --no-deprecation
#!/usr/bin/env -S node --no-deprecation

import fs from "fs"
import * as anystream from "json-anystream"
Expand Down

0 comments on commit 7fb4a27

Please sign in to comment.