blob: aa1cc294f46c2a2b9cd434bdd56aea6c0719b1e7 [file] [log] [blame]
test.smoke:
python -B -m unittest discover -s tests/smoke/ -p '*_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