Skip to content

Commit 3dbdae4

Browse files
committed
Test regression
1 parent fa7e0c1 commit 3dbdae4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

justfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,9 @@ deploy-docs: _copy-examples
7676
git checkout main
7777
git branch -D just-push-docs docs-deploy
7878

79-
_build-py: && _move-generated-files _build-package
79+
_build-py: && _move-generated-files
8080
uv run dash-generate-components ./src/components dash_bootstrap_components
8181
cp dash_bootstrap_components/_components/dash_bootstrap_components.min.js dist
82-
83-
_build-package:
8482
uv build --sdist --wheel -o py-dist
8583

8684
_copy-examples:

0 commit comments

Comments
 (0)