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 6331b7b commit 2cd7fc1Copy full SHA for 2cd7fc1
elements/package.json
@@ -71,7 +71,7 @@
71
},
72
"scripts": {
73
"prepublishOnly": "npm run build",
74
- "analyze": "cem generate 'elements/*/pf-*.ts' -e 'elements/*/*.d.ts' -o custom-elements.json",
+ "analyze": "cem generate './*/pf-*.ts' -e './**/*.d.ts' -o custom-elements.json",
75
"build": "wireit",
76
"test": "wtr --files './test/*.spec.ts' --config ../../web-test-runner.config.js"
77
0 commit comments