diff --git a/custom-elements-manifest.config.js b/custom-elements-manifest.config.js index deae40162..02d6f2682 100644 --- a/custom-elements-manifest.config.js +++ b/custom-elements-manifest.config.js @@ -9,7 +9,7 @@ const noDash = string => string.replace(/^\s?-/, '').trim(); export default { globs: ['src/components/**/*.ts'], - exclude: ['**/*.test.ts'], + exclude: ['**/*.styles.ts', '**/*.test.ts'], plugins: [ // Append package data {