blob: 7dfada11d1443d14954276df1cd3b9a8f05e0fe1 [file] [log] [blame]
test.smoke:
python -B tests/smoke/basic_tests.py
bazel test //kotlin/workers:unittests
reformat:
buildifier -mode=fix -v kotlin/*.bzl
buildifier -mode=fix -v kotlin/rules/*.bzl
docs.regen:
bazel build //kotlin:docs
unzip -o bazel-bin/kotlin/docs-skydoc.zip -d docs
docs.preview_local:
bazel build //kotlin:docs --define local=1
unzip -o bazel-bin/kotlin/docs-skydoc.zip -d /tmp/rules_kotlin
open /tmp/rules_kotlin/kotlin/kotlin.html