Skip to content

Commit 0728a86

Browse files
committed
chore: exclude tests dir in rollup config
1 parent 6133707 commit 0728a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
},
1212
plugins: [
1313
typescript({
14-
exclude: ['**/*.test.ts', 'start-test.js', 'cookbook', 'docs'],
14+
exclude: ['**/*.test.ts', 'start-test.js', 'cookbook', 'docs', 'tests'],
1515
}),
1616
terser(),
1717
json(),

0 commit comments

Comments
 (0)