Skip to content

Commit

Permalink
Merge pull request #19 from neogeek/hotfix/bash-env-flag
Browse files Browse the repository at this point in the history
[hotfix] Added missing flag to pass options in shebang line.
  • Loading branch information
neogeek committed May 9, 2024
2 parents 0d70793 + 2217890 commit c9eb0d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ jobs:
- name: Run tests
timeout-minutes: 5
run: npm test

- name: Test CLI
timeout-minutes: 5
run: ./dist/bin/index.js --version
2 changes: 1 addition & 1 deletion bin/index.ts
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 'dotenv/config';

Expand Down

0 comments on commit c9eb0d2

Please sign in to comment.