Skip to content

Commit

Permalink
add shebang to install script (#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Jan 23, 2022
1 parent 98060a2 commit 4e98e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/npm/node-install.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import { downloadedBinPath, ESBUILD_BINARY_PATH, pkgAndSubpathForCurrentPlatform } from './node-platform';

import fs = require('fs');
Expand Down

0 comments on commit 4e98e5f

Please sign in to comment.