Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Dec 19, 2024
1 parent 5a1ef6d commit 07d680d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ copyFileSync(
new URL('get-latest-worker.js', distRoot)
);

writeFileSync(new URL('vc.js', distRoot),
writeFileSync(
new URL('vc.js', distRoot),
`#!/usr/bin/env node
"use strict";
Expand Down

0 comments on commit 07d680d

Please sign in to comment.