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.
1 parent 1fe6983 commit 64f64cfCopy full SHA for 64f64cf
justfile
@@ -77,7 +77,7 @@ deploy-docs: _copy-examples
77
git branch -D just-push-docs docs-deploy
78
79
_build-py: && _move-generated-files _build-package
80
- uv run dash-generate-components ./src/components dash_bootstrap_components -i "^_|__tests__"
+ uv run dash-generate-components ./src/components dash_bootstrap_components -i "^_|__tests__" -k ALL
81
cp dash_bootstrap_components/_components/dash_bootstrap_components.min.js dist
82
83
_build-package:
0 commit comments