We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c59c3e commit 570c256Copy full SHA for 570c256
packages/uui/package.json
@@ -97,7 +97,7 @@
97
"scripts": {
98
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
99
"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"
+ "analyze": "web-component-analyzer ../**/*.element.ts --outFile custom-elements.json"
101
},
102
"publishConfig": {
103
"access": "public"
0 commit comments