Skip to content

Commit

Permalink
MODULE.bazel release message to be in line with WORKSPACE; see aspect…
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemnmez authored Jun 20, 2024
1 parent d123b83 commit 7660739
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ bazel_dep(name = "aspect_rules_ts", version = "${TAG:1}")
rules_ts_ext = use_extension("@aspect_rules_ts//ts:extensions.bzl", "ext", dev_dependency = True)
rules_ts_ext.deps()
rules_ts_ext.deps(
ts_version_from = "//:package.json",
)
use_repo(rules_ts_ext, "npm_typescript")
\`\`\`
Expand Down

0 comments on commit 7660739

Please sign in to comment.