summaryrefslogtreecommitdiff
path: root/ci/publish-local.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-21 21:05:37 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-24 17:13:03 -0800
commitc98408adf2d96928fe227a740631a8efd8e0c339 (patch)
tree5a36d9ee7d8ee6e1f7f9247cd7ddd31b194df5df /ci/publish-local.sh
parent51db54d4f1deefb34b9d7f6581611ae166652493 (diff)
downloadmill-c98408adf2d96928fe227a740631a8efd8e0c339.tar.gz
mill-c98408adf2d96928fe227a740631a8efd8e0c339.tar.bz2
mill-c98408adf2d96928fe227a740631a8efd8e0c339.zip
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
Diffstat (limited to 'ci/publish-local.sh')
-rwxr-xr-xci/publish-local.sh4
1 files changed, 2 insertions, 2 deletions
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