We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e736f commit 9a1ab54Copy full SHA for 9a1ab54
scripts/snapshot.mjs
@@ -97,7 +97,7 @@ flagCombinations = flagCombinations
97
// `--bare` is a supplementary flag and should not be used alone
98
.filter((combination) => !(combination.length === 1 && combination[0] === 'bare'))
99
100
-const bin = path.posix.relative('../playground/', '../outfile.cjs')
+const bin = path.posix.relative('../playground/', '../bundle.js')
101
102
for (const flags of flagCombinations) {
103
const projectName = flags.join('-')
0 commit comments