Improve layers performance.

This commit is contained in:
Andrey Antukh 2020-04-18 20:34:34 +02:00 committed by Alonso Torres
parent 45bf06733f
commit d6d38283e7
8 changed files with 122 additions and 60 deletions

View file

@ -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;