Improvements on image building.

This commit is contained in:
Andrey Antukh 2020-12-12 13:29:17 +01:00
parent 4903d26038
commit f4157ba0e5
3 changed files with 66 additions and 33 deletions

View file

@ -19,4 +19,3 @@ npx shadow-cljs release main --config-merge "{:release-version \"${TAG}\"}" $SHA
npx gulp build || exit 1;
npx gulp dist:clean || exit 1;
npx gulp dist:copy || exit 1;
npx gulp dist:gzip || exit 1;