Skip to content

Commit

Permalink
Fix build.ts shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Apr 4, 2023
1 parent e0ecfef commit a8fcce3
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
#! /usr/bin/env 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
#! /usr/bin/env ts-node-esm --skipProject -O {"module":"es2022"}

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

0 comments on commit a8fcce3

Please sign in to comment.