mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 11:46:37 +02:00
✨ Add render.wasm to the frontend build process
This commit is contained in:
parent
5d4511fc6a
commit
1be204e22d
3 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue