mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 22:49:01 -05:00
🐛 Add another attempt to fix build related to render-wasm
This commit is contained in:
parent
16ff29538b
commit
97072b112c
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue