File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,7 @@ installer = "uv"
7171reactpy = " reactpy._console.cli:entry_point"
7272
7373[[tool .hatch .build .hooks .build-scripts .scripts ]]
74- commands = [
75- ' hatch --env default run "src/build_scripts/copy_dir.py" "src/js/node_modules/@pyscript/core/dist" "src/reactpy/static/pyscript"' ,
76- ' hatch --env default run "src/build_scripts/copy_dir.py" "src/js/node_modules/morphdom/dist" "src/reactpy/static/morphdom"' ,
77- ]
74+ commands = []
7875artifacts = []
7976
8077# ############################
@@ -202,6 +199,9 @@ build = [
202199 ' hatch run javascript:build_event_to_object {args}' ,
203200 ' hatch run javascript:build_client {args}' ,
204201 ' hatch run javascript:build_app {args}' ,
202+ ' hatch --env default run "src/build_scripts/copy_dir.py" "src/js/node_modules/@pyscript/core/dist" "src/reactpy/static/pyscript"' ,
203+ ' hatch --env default run "src/build_scripts/copy_dir.py" "src/js/node_modules/morphdom/dist" "src/reactpy/static/morphdom"' ,
204+
205205]
206206build_event_to_object = [
207207 ' hatch run "src/build_scripts/build_js_event_to_object.py" {args}' ,
You can’t perform that action at this time.
0 commit comments