Skip to content

Commit d3be448

Browse files
committed
🔧 Configure build script to build as env-diff
1 parent a150184 commit d3be448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { exec } = require('pkg');
22

33
const run = async () => {
4-
await exec([ 'index.js', '--target', 'node12', '--out-path', 'bin' ]);
4+
await exec([ 'index.js', '--target', 'node12', '--output', 'bin/env-diff' ]);
55
};
66

77
run();

0 commit comments

Comments
 (0)