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 85e3bb3 commit 7faa4dcCopy full SHA for 7faa4dc
package.json
@@ -48,7 +48,7 @@
48
"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",
49
"lint": "eslint src/**/*.ts",
50
"prepare": "husky install && npm run build",
51
- "analyze-components": "web-component-analyzer analyze src/**/*-element.ts --outFile custom-elements.json",
+ "analyze-components": "web-component-analyzer analyze src/*-element.ts --outFile custom-elements.json",
52
"storybook": "npm run analyze-components && start-storybook -p 6006",
53
"build-storybook": "npm run analyze-components && build-storybook",
54
"new-element": "hygen element new",
0 commit comments