Skip to content

Commit

Permalink
fix: make multiarg for env work on linux
Browse files Browse the repository at this point in the history
Signed-off-by: kyzrfranz <[email protected]>
  • Loading branch information
kyzrfranz authored and JulianCataldo committed May 11, 2024
1 parent e5fb7f7 commit bc2e77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/gracile/src/bin/gracile-watch.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node ./node_modules/@gracile/gracile/dist/bin/helpers/tsx-cli.js --no-warnings=ExperimentalWarning -C production --watch
#!/usr/bin/env -S node ./node_modules/@gracile/gracile/dist/bin/helpers/tsx-cli.js --no-warnings=ExperimentalWarning -C production --watch

import './helpers/version.js';

Expand Down
2 changes: 1 addition & 1 deletion packages/gracile/src/bin/gracile.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node ./node_modules/@gracile/gracile/dist/bin/helpers/tsx-cli.js --no-warnings=ExperimentalWarning -C production
#!/usr/bin/env -S node ./node_modules/@gracile/gracile/dist/bin/helpers/tsx-cli.js --no-warnings=ExperimentalWarning -C production

import './helpers/version.js';

Expand Down

0 comments on commit bc2e77f

Please sign in to comment.