0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-07 23:08:24 -05:00

🐛 Fix build

This commit is contained in:
Andrey Antukh 2024-11-07 09:42:36 +01:00
parent dc41fe7616
commit cb21eeda94

View file

@ -20,7 +20,7 @@ yarn install || exit 1;
rm -rf resources/public;
rm -rf target/dist;
yarn run build:app --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
yarn run build:app:libs || exit 1;
yarn run build:app:assets || exit 1;