Skip to content

Commit 6a61f7f

Browse files
authored
Merge pull request #8500 from nbogie/nb-build-docs-with-shallow
Use --shallow in doc build to prevent documentation.js from processing GLSL imports
2 parents 61a824f + 35a682b commit 6a61f7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": "rollup -c",
66
"dev": "vite preview/",
77
"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",
8+
"docs": "documentation build ./src/**/*.js ./src/**/**/*.js --shallow -o ./docs/data.json && node ./utils/convert.mjs",
99
"bench": "vitest bench",
1010
"bench:report": "vitest bench --reporter=verbose",
1111
"test": "vitest",

0 commit comments

Comments
 (0)