mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix issues on build processs related to render-wasm
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user