mirror of https://github.com/penpot/penpot.git
🐛 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…
Reference in New Issue