Skip to content

Commit 7faa4dc

Browse files
committed
fix: web-component-analyzer skipped elements on linux
glob for element files worked on Windows but not on Linux
1 parent 85e3bb3 commit 7faa4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"build": "rimraf dist && tsc --sourceMap false && tsc -m esnext --outDir dist/esm --sourceMap false && rollup -c rollup.config.js && terser -c -m -o dist/wokwi-elements.bundle.min.js dist/wokwi-elements.bundle.js",
4949
"lint": "eslint src/**/*.ts",
5050
"prepare": "husky install && npm run build",
51-
"analyze-components": "web-component-analyzer analyze src/**/*-element.ts --outFile custom-elements.json",
51+
"analyze-components": "web-component-analyzer analyze src/*-element.ts --outFile custom-elements.json",
5252
"storybook": "npm run analyze-components && start-storybook -p 6006",
5353
"build-storybook": "npm run analyze-components && build-storybook",
5454
"new-element": "hygen element new",

0 commit comments

Comments
 (0)