fix: shebang
This commit is contained in:
parent
adb7f5075d
commit
8df441dfee
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ export default [
|
|||
output: {
|
||||
file: "dist/cli.js",
|
||||
format: "cjs",
|
||||
banner: "#!/usr/bin/env node",
|
||||
sourcemap: false,
|
||||
},
|
||||
plugins: basePlugins,
|
||||
|
|
Loading…
Reference in a new issue