File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/js/packages/@reactpy/app Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,8 @@ commands = [
7575 ' bun run --cwd "src/js/packages/@reactpy/client" build' ,
7676 ' bun install --cwd "src/js/packages/@reactpy/app"' ,
7777 ' bun run --cwd "src/js/packages/@reactpy/app" build' ,
78- ' python "src/build_scripts/copy_dir.py" "src/js/packages/@reactpy/app/dist" "src/reactpy/static"' ,
78+ ' python "src/build_scripts/copy_dir.py" "src/js/packages/@reactpy/app/node_modules/@pyscript/core/dist" "src/reactpy/static/pyscript"' ,
79+ ' python "src/build_scripts/copy_dir.py" "src/js/packages/@reactpy/app/node_modules/morphdom/dist" "src/reactpy/static/morphdom"' ,
7980]
8081artifacts = []
8182
Original file line number Diff line number Diff line change 1313 "morphdom" : " ^2"
1414 },
1515 "scripts" : {
16- "build" : " bun build \" src/index.ts\" --outdir=\" dist \" --minify --sourcemap=\" linked\" " ,
16+ "build" : " bun build \" src/index.ts\" --outdir=\" ../../../../reactpy/static/ \" --minify --sourcemap=\" linked\" " ,
1717 "checkTypes" : " tsc --noEmit"
1818 }
1919}
You can’t perform that action at this time.
0 commit comments