summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 5f7a753d..691f3318 100755
--- a/test.sh
+++ b/test.sh
@@ -11,7 +11,8 @@ sbt core/test scalaplugin/test bin/test:assembly
# Build Mill using SBT
bin/target/mill devAssembly
-# Secpmd build & run tests using Mill
+# Second build & run tests using Mill
out/devAssembly Core.test
out/devAssembly ScalaPlugin.test
+out/devAssembly ScalaJSPlugin.test
out/devAssembly devAssembly \ No newline at end of file