Skip to content

Commit 03b5ce0

Browse files
realtimetodiejbedard
authored andcommitted
docs: Rename Bazel target swc_compile
Renames the Bazel target to @aspect_rules_swc//swc:swc_compile
1 parent af52471 commit 03b5ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This is a good choice if you need to integrate with other Bazel rules via
6666
You'll basically follow the example of /swc/private/swc.bzl in this repo, by using
6767
the `ctx.actions.run` Starlark API.
6868

69-
- Use `@aspect_rules_swc//swc:cli` as the binary tool to execute
69+
- Use `@aspect_rules_swc//swc:swc_compile` as the binary tool to execute
7070
- To pass the relevant files to the action, `inputs` should include
7171
`ctx.toolchains["@aspect_rules_swc//swc:toolchain_type"].swcinfo.tool_files`
7272

0 commit comments

Comments
 (0)