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

Commit

Permalink
/misc → /scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBlanvillain committed Jun 23, 2016
1 parent 4a13efc commit e46f04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ coverage="$sbt_cmd clean coverage validationJVM/test coverageReport && sbt cover

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

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

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

Expand Down

0 comments on commit e46f04b

Please sign in to comment.