mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 14:46:10 +02:00
✨ Improve build process
Remove hardcoded yarn version on devenv
This commit is contained in:
parent
f871f88f30
commit
d15f0f1fd0
8 changed files with 12 additions and 16 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
Add a link
Reference in a new issue