This commit is contained in:
Andrey Antukh
2025-12-11 12:16:39 +01:00
parent 5a260294a1
commit 4aea00a76f
2 changed files with 4 additions and 2 deletions

View File

@@ -29,7 +29,9 @@ rm -rf target/dist;
yarn run build:app:main --config-merge "{:release-version \"${CURRENT_HASH}-${TS}\"}" $EXTRA_PARAMS;
if [ "$INCLUDE_WASM" = "yes" ]; then
yarn run build:wasm || exit 1;
pushd ../render-wasm;
./build
popd
fi
yarn run build:app:libs || exit 1;