0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

🐛 Add another attempt to fix build related to render-wasm

This commit is contained in:
Andrey Antukh 2024-11-14 13:08:06 +01:00
parent 16ff29538b
commit 97072b112c

View file

@ -19,10 +19,9 @@ export NODE_ENV=production;
yarn install || exit 1;
rm -rf resources/public;
rm -rf target/dist;
mkdir -p resources/public/js;
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:wasm || exit 1;
yarn run build:app:libs || exit 1;
yarn run build:app:assets || exit 1;