We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a150184 commit d3be448Copy full SHA for d3be448
build.js
@@ -1,7 +1,7 @@
1
const { exec } = require('pkg');
2
3
const run = async () => {
4
- await exec([ 'index.js', '--target', 'node12', '--out-path', 'bin' ]);
+ await exec([ 'index.js', '--target', 'node12', '--output', 'bin/env-diff' ]);
5
};
6
7
run();
0 commit comments