Improve deployment related scripts on exporter.

This commit is contained in:
Andrey Antukh 2020-07-02 10:42:01 +02:00
parent f8881b3c72
commit ef0330502b
6 changed files with 40 additions and 6 deletions

View file

@ -12,7 +12,7 @@ export NODE_ENV=production;
# Clean the output directory
npx gulp clean || exit 1;
shadow-cljs release main --config-merge "{:release-version \"${TAG}\"}"
npx shadow-cljs release main --config-merge "{:release-version \"${TAG}\"}"
npx gulp build || exit 1;
npx gulp dist:clean || exit 1;
npx gulp dist:copy || exit 1;