Skip to content

Commit 11b9396

Browse files
committed
fix: dist files
1 parent ea7f768 commit 11b9396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function createConfig(format, _output, plugins = []) {
170170
declaration: shouldEmitDeclarations,
171171
declarationMap: shouldEmitDeclarations
172172
},
173-
exclude: ['**/test', 'test-dts']
173+
exclude: ['**/test', 'test-dts', 'e2e', 'scripts']
174174
}
175175
})
176176
// we only need to check TS and generate declarations once for each build.

0 commit comments

Comments
 (0)