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 9e5e65b commit a900b4dCopy full SHA for a900b4d
mkshims.ts
@@ -30,7 +30,7 @@ async function main() {
30
fs.writeFileSync(entryPath, entryScript);
31
fs.chmodSync(entryPath, 0o755);
32
33
- await cmdShim(entryPath, `${__dirname}/shims/${binaryName}`, {});
+ await cmdShim(entryPath, `${__dirname}/shims/${binaryName}`, {createCmdFile: true});
34
}
35
36
0 commit comments