Skip to content

Commit

Permalink
Added -S to env shebang
Browse files Browse the repository at this point in the history
fixes #307

- env doesn't support options unless the `-S` flag is given
- this commit adds such flag
  • Loading branch information
daniellockyer committed Apr 10, 2020
1 parent d2f456b commit 7954aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.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
const prettyCLI = require('@tryghost/pretty-cli');
const ui = require('@tryghost/pretty-cli').ui;
const _ = require('lodash');
Expand Down

0 comments on commit 7954aee

Please sign in to comment.