blob: 2ea059b5416d5749795b7d4760ca0eb5f022b1e3 [file] [log] [blame]
test.smoke:
bazel test all_tests
reformat:
buildifier -mode=fix -v kotlin/*.bzl
buildifier -mode=fix -v kotlin/rules/*.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