0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-06 20:11:29 -05:00

🐛 Backport build issue from staging

Related to the devenv update
This commit is contained in:
Andrey Antukh 2025-02-10 10:59:29 +01:00
parent 33da02421e
commit 6ca1a84557

View file

@ -16,7 +16,10 @@ export TS=$(date +%s);
# performant code on macros (example: rumext)
export NODE_ENV=production;
corepack enable;
corepack up || exit 1;
yarn install || exit 1;
rm -rf resources/public;
rm -rf target/dist;