From 883c62b3a8ed40a381620f7ebb960fb6d90cee07 Mon Sep 17 00:00:00 2001 From: Nikita Kiselev Date: Sun, 19 Oct 2025 14:02:29 +0300 Subject: [PATCH] build: add vuejs manifest file to end moduke build --- scripts/ci/build.sh | 4 ++++ 1 file changed, 4 insertions(+) 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."