feat: publish av-tools 0.2.0
This commit is contained in:
@@ -24,6 +24,11 @@ export default defineConfig({
|
||||
setupFiles: './src/test/setup.ts',
|
||||
css: true,
|
||||
restoreMocks: true,
|
||||
exclude: ['tests/browser/**', 'node_modules/**', 'dist/**'],
|
||||
exclude: [
|
||||
'tests/browser/**',
|
||||
'node_modules/**',
|
||||
'dist/**',
|
||||
'.core-build/**',
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user