From 63d77017a205a394e604ec9f943d0ef6d2511ef4 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Wed, 22 Feb 2017 17:12:41 +0800 Subject: refactor scalajs to make use of nested builds for scoping --- test/test.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test.scala b/test/test.scala index 5359029..9a70b6c 100644 --- a/test/test.scala +++ b/test/test.scala @@ -216,8 +216,8 @@ object Main{ task("run","../examples/dotty-example") task("doc","../examples/dotty-example") } - task("fastOptJS","../examples/scalajs-react-example/js") - task("fullOptJS","../examples/scalajs-react-example/js") + task("compile","../examples/scalajs-react-example/js") + task("fullOpt.compile","../examples/scalajs-react-example/js") compile("../examples/uber-jar-example") { -- cgit v1.2.3