Add render.wasm to the frontend build process

This commit is contained in:
Andrey Antukh 2024-11-14 11:02:22 +01:00
parent 5d4511fc6a
commit 1be204e22d
3 changed files with 8 additions and 1 deletions

View file

@ -20,6 +20,7 @@ yarn install || exit 1;
rm -rf resources/public;
rm -rf target/dist;
yarn run build:wasm || exit 1;
yarn run build:app:main --config-merge "{:release-version \"${CURRENT_HASH}-${TS}\"}" $EXTRA_PARAMS || exit 1
yarn run build:app:libs || exit 1;
yarn run build:app:assets || exit 1;