Skip to content

Commit

Permalink
fix: gazelle
Browse files Browse the repository at this point in the history
  • Loading branch information
loeffel-io committed Nov 19, 2024
1 parent 47b8180 commit dbf926d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/npm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ npm_package(
":package_files",
":package_files_bin",
],
publishable = True,
args = [
"--tag beta",
"--no-git-checks",
Expand All @@ -52,4 +51,5 @@ npm_package(
"deployments/npm/**",
"**", # LICENSE + README.md
],
publishable = True,
)

0 comments on commit dbf926d

Please sign in to comment.