build: add vuejs manifest file to end moduke build

This commit is contained in:
2025-10-19 14:02:29 +03:00
parent 6467216775
commit 883c62b3a8

View File

@@ -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."