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 = [
75
75
' bun run --cwd "src/js/packages/@reactpy/client" build' ,
76
76
' bun install --cwd "src/js/packages/@reactpy/app"' ,
77
77
' 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"' ,
79
80
]
80
81
artifacts = []
81
82
Original file line number Diff line number Diff line change 13
13
"morphdom" : " ^2"
14
14
},
15
15
"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\" " ,
17
17
"checkTypes" : " tsc --noEmit"
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments