Skip to content

Commit c4f2c04

Browse files
committed
fix(docs): ignore components test files
1 parent 54cd912 commit c4f2c04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docs/nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default defineNuxtConfig({
1515
{
1616
path: path.resolve(desktopPath, 'components'),
1717
global: true,
18+
ignore: ['*.spec.ts'],
1819
},
1920
],
2021
},

0 commit comments

Comments
 (0)