Skip to content

Commit

Permalink
build: update web component docs analyser script not glob index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jun 4, 2024
1 parent ab88d43 commit 2842adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prepare": "pnpm run build",
"compile": "tsc",
"build": "pnpm run compile && vite build",
"build:docstrings": "wca analyze 'components/**/*.ts' --outDir 'docs/components' --format 'markdown'",
"build:docstrings": "wca analyze 'components/*/**/*.ts' --outDir 'docs/components' --format 'markdown'",
"build:stories": "pnpm run build && storybook build --output-dir=docs/stories",
"build:docs": "pnpm run build:docstrings && pnpm run build:stories",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 2842adf

Please sign in to comment.