diff --git a/frontend/scripts/build.sh b/frontend/scripts/build.sh index 11fd4341e..4587970b3 100755 --- a/frontend/scripts/build.sh +++ b/frontend/scripts/build.sh @@ -15,7 +15,7 @@ export NODE_ENV=production; # Clean the output directory npx gulp clean || exit 1; -npx shadow-cljs release main --config-merge "{:release-version \"${TAG}\"}" +npx shadow-cljs release main --config-merge "{:release-version \"${TAG}\"}" $SHADOWCLJS_EXTRA_PARAMS npx gulp build || exit 1; npx gulp dist:clean || exit 1; npx gulp dist:copy || exit 1;