chore: added -S flag to env shebang
7ca21c3e
1 file(s) · +1 −1
| 1 | - | #!/usr/bin/env node --no-deprecation |
|
| 1 | + | #!/usr/bin/env -S node --no-deprecation |
|
| 2 | 2 | import { |
|
| 3 | 3 | binary, |
|
| 4 | 4 | command, |