Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update bin path
  • Loading branch information
haoqunjiang committed Mar 24, 2025
commit 9a1ab548dd9ffbc4c02969ebd92414d7313cc0ea
2 changes: 1 addition & 1 deletion scripts/snapshot.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ flagCombinations = flagCombinations
// `--bare` is a supplementary flag and should not be used alone
.filter((combination) => !(combination.length === 1 && combination[0] === 'bare'))

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

for (const flags of flagCombinations) {
const projectName = flags.join('-')
Expand Down