We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765bceb commit 3094fa2Copy full SHA for 3094fa2
1 file changed
README.md
@@ -43,13 +43,13 @@ bazel build //main:calculator
43
## To package calculator target
44
45
```bash
46
-bazel build //mayhem:package_calculator
+bazel build //mayhem:calculator_package
47
```
48
49
## To run calculator target
50
51
52
-bazel run //mayhem:run_package_calculator
+bazel run //mayhem:run_calculator_package
53
54
55
The above works with the test target `//test:test_calculator` as well.
0 commit comments