We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc48423 commit bd68020Copy full SHA for bd68020
1 file changed
README.md
@@ -26,15 +26,6 @@ bazel run //process:incremental_latest
26
bazel build //process:docs_latest
27
```
28
29
-#### Integrate latest score release
30
-
31
-This should also work with proxy configuration if latest is not working.
32
33
-```bash
34
-bazel run //process:incremental_release
35
-bazel build //process:docs_release
36
-```
37
38
#### Access your documentation at:
39
40
- `_build/` for incremental
@@ -62,3 +53,5 @@ bazel test //:copyright.test
62
53
bazel run //:copyright.fix
63
54
64
55
56
+#### Explore more functions with
57
+bazel query //...
0 commit comments