Skip to content

Commit ccf8ff5

Browse files
committed
Fix build
1 parent 700d4e2 commit ccf8ff5

File tree

3 files changed

+236
-78
lines changed

3 files changed

+236
-78
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ deploy-docs: _copy-examples
7777
git branch -D just-push-docs docs-deploy
7878

7979
_build-py: && _move-generated-files _build-package
80-
uv run dash-generate-components ./src/components dash_bootstrap_components
80+
uv run dash-generate-components ./src/components dash_bootstrap_components -i "^_|__tests__"
8181
cp dash_bootstrap_components/_components/dash_bootstrap_components.min.js dist
8282

8383
_build-package:

0 commit comments

Comments
 (0)