Skip to content
This repository was archived by the owner on Jun 15, 2020. It is now read-only.

Commit e46f04b

Browse files
/misc → /scripts
1 parent 4a13efc commit e46f04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ coverage="$sbt_cmd clean coverage validationJVM/test coverageReport && sbt cover
99

1010
compile_example="$sbt_cmd publish-local && (cd play-scalajs-example && $sbt_cmd compile)"
1111

12-
compile_doc="bash misc/build-book.sh"
12+
compile_doc="bash scripts/build-book.sh"
1313

1414
run_cmd="$coverage && $test_cmd && $compile_example && $compile_doc"
1515

0 commit comments

Comments
 (0)