Skip to content

Commit 4e98e5f

Browse files
committed
add shebang to install script (#1711)
1 parent 98060a2 commit 4e98e5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/npm/node-install.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
import { downloadedBinPath, ESBUILD_BINARY_PATH, pkgAndSubpathForCurrentPlatform } from './node-platform';
23

34
import fs = require('fs');

0 commit comments

Comments
 (0)