mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 21:06:38 +02:00
✨ Improve layers performance.
This commit is contained in:
parent
45bf06733f
commit
d6d38283e7
8 changed files with 122 additions and 60 deletions
|
@ -7,9 +7,11 @@ npm ci
|
|||
|
||||
export NODE_ENV=production;
|
||||
|
||||
npx gulp dist:clean || exit 1;
|
||||
npx gulp dist || exit 1;
|
||||
# Clean the output directory
|
||||
npx gulp clean || exit 1;
|
||||
|
||||
shadow-cljs release main
|
||||
|
||||
npx gulp build || exit 1;
|
||||
npx gulp dist:clean || exit 1;
|
||||
npx gulp dist:copy || exit 1;
|
||||
npx gulp dist:gzip || exit 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue