mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 10:02:23 +00:00
fix(build): add HTML templates and documentation to binary builds (#999)
Co-authored-by: nathyong <nathyong@noreply.github.com>
This commit is contained in:
parent
902473797d
commit
d1560a9640
1 changed files with 2 additions and 0 deletions
|
|
@ -119,6 +119,8 @@ for platform in "${PLATFORMS[@]}"; do
|
||||||
cp ../../node_modules/@silvia-odwyer/photon-node/photon_rs_bg.wasm binaries/$platform/
|
cp ../../node_modules/@silvia-odwyer/photon-node/photon_rs_bg.wasm binaries/$platform/
|
||||||
mkdir -p binaries/$platform/theme
|
mkdir -p binaries/$platform/theme
|
||||||
cp dist/modes/interactive/theme/*.json binaries/$platform/theme/
|
cp dist/modes/interactive/theme/*.json binaries/$platform/theme/
|
||||||
|
cp -r dist/core/export-html binaries/$platform/
|
||||||
|
cp -r docs binaries/$platform/
|
||||||
cp -r examples binaries/$platform/
|
cp -r examples binaries/$platform/
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue