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.
2 parents 61a824f + 35a682b commit 6a61f7fCopy full SHA for 6a61f7f
1 file changed
package.json
@@ -5,7 +5,7 @@
5
"build": "rollup -c",
6
"dev": "vite preview/",
7
"dev:global": "concurrently -n build,server \"rollup -c -w\" \"npx vite preview/global/\"",
8
- "docs": "documentation build ./src/**/*.js ./src/**/**/*.js -o ./docs/data.json && node ./utils/convert.mjs",
+ "docs": "documentation build ./src/**/*.js ./src/**/**/*.js --shallow -o ./docs/data.json && node ./utils/convert.mjs",
9
"bench": "vitest bench",
10
"bench:report": "vitest bench --reporter=verbose",
11
"test": "vitest",
0 commit comments