diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh index 0e0a6ea..33fca1c 100755 --- a/scripts/ci/build.sh +++ b/scripts/ci/build.sh @@ -33,6 +33,10 @@ echo "Build SPA..." cd "${SRC_PATH}/spa" bun install bun run build + +echo "Move manifest file" +cp "${SRC_PATH}/module/oc_telegram_shop/upload/image/catalog/tgshopspa/.vite/manifest.json" "${SRC_PATH}/module/oc_telegram_shop/upload/image/catalog/tgshopspa/manifest.json" + cd - > /dev/null echo "Install Composer dependencies."