Skip to content

Commit 570c256

Browse files
committed
uui: generate correct custom-elements.json with wca
1 parent 8c59c3e commit 570c256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"scripts": {
9898
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
9999
"clean": "tsc --build --clean && rimraf dist lib/*.js lib/**/*.js custom-elements.json",
100-
"analyze": "web-component-analyzer lib/index.ts --outFile custom-elements.json"
100+
"analyze": "web-component-analyzer ../**/*.element.ts --outFile custom-elements.json"
101101
},
102102
"publishConfig": {
103103
"access": "public"

0 commit comments

Comments
 (0)