mirror of
https://github.com/penpot/penpot.git
synced 2026-05-24 01:13:43 +00:00
Revert "📎 Add workaround for wasm production build failure"
This reverts commit f8a2291a55c42aea5b694c14ecaf4e415e86a056.
This commit is contained in:
parent
e83be01475
commit
d1d30e7eb5
@ -24,14 +24,7 @@ rm -rf resources/public;
|
|||||||
rm -rf target/dist;
|
rm -rf target/dist;
|
||||||
|
|
||||||
yarn run build:app:main --config-merge "{:release-version \"${CURRENT_HASH}-${TS}\"}" $EXTRA_PARAMS || exit 1
|
yarn run build:app:main --config-merge "{:release-version \"${CURRENT_HASH}-${TS}\"}" $EXTRA_PARAMS || exit 1
|
||||||
|
|
||||||
|
|
||||||
## WORKAROUND: tile rendering breaks the production build
|
|
||||||
export NODE_ENV=develop;
|
|
||||||
yarn run build:wasm || exit 1;
|
yarn run build:wasm || exit 1;
|
||||||
|
|
||||||
export NODE_ENV=production;
|
|
||||||
|
|
||||||
yarn run build:app:libs || exit 1;
|
yarn run build:app:libs || exit 1;
|
||||||
yarn run build:app:assets || exit 1;
|
yarn run build:app:assets || exit 1;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user