Skip to content

Commit

Permalink
fix: add -S to run.js
Browse files Browse the repository at this point in the history
  • Loading branch information
parishahla committed Jul 29, 2024
1 parent 71ebd3e commit 8889d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node --no-warnings
#!/usr/bin/env -S node --no-warnings

import { execute } from '@oclif/core';

Expand Down

0 comments on commit 8889d7f

Please sign in to comment.