Skip to content

Commit 9a1ab54

Browse files
committed
chore: update bin path
1 parent 21e736f commit 9a1ab54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/snapshot.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ flagCombinations = flagCombinations
9797
// `--bare` is a supplementary flag and should not be used alone
9898
.filter((combination) => !(combination.length === 1 && combination[0] === 'bare'))
9999

100-
const bin = path.posix.relative('../playground/', '../outfile.cjs')
100+
const bin = path.posix.relative('../playground/', '../bundle.js')
101101

102102
for (const flags of flagCombinations) {
103103
const projectName = flags.join('-')

0 commit comments

Comments
 (0)