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:
parent
33da02421e
commit
6ca1a84557
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue