Skip to content

Commit 64f64cf

Browse files
authored
Preserve prop order (#1091)
1 parent 1fe6983 commit 64f64cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 -i "^_|__tests__"
80+
uv run dash-generate-components ./src/components dash_bootstrap_components -i "^_|__tests__" -k ALL
8181
cp dash_bootstrap_components/_components/dash_bootstrap_components.min.js dist
8282

8383
_build-package:

0 commit comments

Comments
 (0)