Skip to content

Commit

Permalink
use batch mode during cljs build
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 14, 2023
1 parent d78f052 commit a071d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ mv $AOT_CACHE_FILE src/main/cljs/cljs/core.cljs.cache.aot.edn

# For Hudson server
if [ "$HUDSON" = "true" ]; then
mvn --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
mvn -B --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
clean deploy nexus-staging:release

echo "Creating tag $TAG"
Expand Down

0 comments on commit a071d9f

Please sign in to comment.