blob: 438e0b0184a704aed3a3a9f233434b6a3292a0aa [file] [log] [blame]
test:
bazel test all_tests
test.no_worker:
bazel clean
bazel shutdown
bazel test --strategy=KotlinCompile=local //:all_tests
reformat:
buildifier -mode=fix -v kotlin/*.bzl
buildifier -mode=fix -v kotlin/internal/*.bzl
docs.regen:
bazel build //docs
unzip -o bazel-bin/docs/docs-skydoc.zip -d docs
docs.preview_local:
bazel build //docs --define local=1
unzip -o bazel-bin/docs/docs-skydoc.zip -d /tmp/rules_kotlin
open /tmp/rules_kotlin/kotlin/kotlin.html