| 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 |