Skip to content

Commit 253cf56

Browse files
committed
Make sure to glob the correct files in CEM
1 parent 38f3989 commit 253cf56

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

custom-elements-manifest.config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ import {readme} from '@github/cem-plugin-readme'
33

44
export default {
55
packagejson: true,
6-
globs: ['src/index.ts'],
7-
plugins: [
8-
readme(),
9-
generateCustomData()
10-
]
6+
globs: ['src/*-element.ts'],
7+
plugins: [readme(), generateCustomData()]
118
}

0 commit comments

Comments
 (0)