Skip to content

Commit 585cfe5

Browse files
committed
Fix missing banner (#!/usr/bin/env node)
1 parent 9ea32c7 commit 585cfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
output: {
88
file: `out/create-rescript-app.mjs`,
99
format: "es",
10-
name: "create-rescript-app",
10+
banner: "#!/usr/bin/env node",
1111
},
1212
plugins: [terser(), nodeResolve({ preferBuiltins: true }), commonjs()],
1313
};

0 commit comments

Comments
 (0)