mirror of
https://github.com/penpot/penpot.git
synced 2026-05-01 22:28:15 +00:00
🐛 Backport build issue from staging
Related to the devenv update
This commit is contained in:
parent
33da02421e
commit
6ca1a84557
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user