Skip to content

Commit 2cd7fc1

Browse files
committed
fix: analyze step
1 parent 6331b7b commit 2cd7fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"scripts": {
7373
"prepublishOnly": "npm run build",
74-
"analyze": "cem generate 'elements/*/pf-*.ts' -e 'elements/*/*.d.ts' -o custom-elements.json",
74+
"analyze": "cem generate './*/pf-*.ts' -e './**/*.d.ts' -o custom-elements.json",
7575
"build": "wireit",
7676
"test": "wtr --files './test/*.spec.ts' --config ../../web-test-runner.config.js"
7777
},

0 commit comments

Comments
 (0)