Skip to content

Commit 98ffbb5

Browse files
committed
fix: exclude auto-doc in snowpack config to fix build error
1 parent 28c55de commit 98ffbb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compas-open-scd/snowpack.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default ({
3030
"**/.github/**",
3131
"**/.idea/**",
3232
"**/web-test-runner.config.mjs",
33+
"**/oscd-plugins/auto-doc/**/*",
3334
],
3435
workspaceRoot: "../../",
3536
mount: {

0 commit comments

Comments
 (0)