From 417f2ea33202c4dd5d3732cb9fbc6a35f8b7b4ed Mon Sep 17 00:00:00 2001 From: Roman Timushev Date: Fri, 29 Dec 2017 21:12:52 +0100 Subject: Fix running ScalaJS plugin tests from SBT --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.sh') diff --git a/test.sh b/test.sh index 691f3318..e73405ee 100755 --- a/test.sh +++ b/test.sh @@ -6,7 +6,7 @@ set -eux git clean -xdf # First build & run tests using SBT -sbt core/test scalaplugin/test bin/test:assembly +sbt core/test scalaplugin/test scalajsplugin/test bin/test:assembly # Build Mill using SBT bin/target/mill devAssembly -- cgit v1.2.3