Skip to content

Commit 8fff4ca

Browse files
committed
chore: fix
1 parent d3cfb26 commit 8fff4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async function buildAll(targets) {
123123
rolldown(c).then(bundle => {
124124
return bundle.write(c.output).then(() => {
125125
// @ts-expect-error
126-
return path.join('packages', t, 'dist', c.output.entryFileNames)
126+
return path.join('packages', t, 'dist', c.output.file)
127127
})
128128
}),
129129
),

0 commit comments

Comments
 (0)