Skip to content

Commit

Permalink
Use -S in env
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Apr 4, 2023
1 parent a8fcce3 commit ee27a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multidim-interop/js/v0.41/build.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env ts-node-esm --skipProject -O {"module":"es2022"}
#! /usr/bin/env -S ts-node-esm --skipProject -O '{"module":"es2022"}'

import { execSync } from 'child_process';
import * as fs from 'fs';
Expand Down
2 changes: 1 addition & 1 deletion multidim-interop/js/v0.42/build.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env ts-node-esm --skipProject -O {"module":"es2022"}
#! /usr/bin/env -S ts-node-esm --skipProject -O '{"module":"es2022"}'

import { execSync } from 'child_process';
import * as fs from 'fs';
Expand Down

0 comments on commit ee27a53

Please sign in to comment.