From c98408adf2d96928fe227a740631a8efd8e0c339 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Wed, 21 Feb 2018 21:05:37 -0800 Subject: Clean up the provisional client-server code with unit tests and proper file-sockets Seems to work well enough for interactive scala consoles, though still not Ammonite Also Added ScalaModule#launcher and re-worked our build.sc file to use it --- ci/publish-local.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/publish-local.sh') diff --git a/ci/publish-local.sh b/ci/publish-local.sh index a26a590d..0d7559e3 100755 --- a/ci/publish-local.sh +++ b/ci/publish-local.sh @@ -6,6 +6,6 @@ set -eux sbt bin/test:assembly # Build Mill using SBT -target/bin/mill all __.publishLocal releaseAssembly +target/bin/mill all __.publishLocal release -mv out/releaseAssembly/dest/out.jar ~/mill-release +mv out/release/dest/out.jar ~/mill-release -- cgit v1.2.3