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 fa7e0c1 commit 3dbdae4Copy full SHA for 3dbdae4
justfile
@@ -76,11 +76,9 @@ deploy-docs: _copy-examples
76
git checkout main
77
git branch -D just-push-docs docs-deploy
78
79
-_build-py: && _move-generated-files _build-package
+_build-py: && _move-generated-files
80
uv run dash-generate-components ./src/components dash_bootstrap_components
81
cp dash_bootstrap_components/_components/dash_bootstrap_components.min.js dist
82
-
83
-_build-package:
84
uv build --sdist --wheel -o py-dist
85
86
_copy-examples:
0 commit comments