Skip to content

Commit 6059372

Browse files
committed
Try fixing dist dir path
1 parent fbd2cda commit 6059372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/scripts/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ async function bundle(options: BuildOptions & EntryPointOptions) {
139139
entryPoint,
140140
} = options
141141

142-
const folderSegments = ['dist', folder]
142+
const folderSegments = [outputDir, folder]
143143

144144
if (format === 'cjs') {
145145
folderSegments.push('cjs')

0 commit comments

Comments
 (0)