Skip to content

Commit 3f0897a

Browse files
authored
fix(npm): replace version placeholder with stamp value (#491)
My guess is this was broken by #348
1 parent 8f414cb commit 3f0897a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ go_binary(
154154
pkg_npm(
155155
name = "npm_package",
156156
package_name = "@bazel/bazelisk",
157+
substitutions = {"0.0.0-PLACEHOLDER": "{BUILD_SCM_VERSION}"},
157158
srcs = [
158159
"LICENSE",
159160
"README.md",

0 commit comments

Comments
 (0)