Skip to content

Commit

Permalink
fix(skytrace): pass extra options to Node correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy committed Oct 19, 2023
1 parent 9be9c06 commit 69b1245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/skytrace/bin/dev
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

const oclif = require('@oclif/core')

Expand Down
2 changes: 1 addition & 1 deletion packages/skytrace/bin/run
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

const oclif = require('@oclif/core')
const gradientString = require('gradient-string');
Expand Down

0 comments on commit 69b1245

Please sign in to comment.