fix: shebang

This commit is contained in:
Xmader 2020-11-24 18:01:03 -05:00
parent adb7f5075d
commit 8df441dfee
No known key found for this signature in database
GPG Key ID: A20B97FB9EB730E4
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ export default [
output: {
file: "dist/cli.js",
format: "cjs",
banner: "#!/usr/bin/env node",
sourcemap: false,
},
plugins: basePlugins,