Removed unused bazel macro arg (#60996)

removed unused bazel macro arg
This commit is contained in:
James McNamara 2024-03-11 06:36:15 -07:00 committed by GitHub
parent a0fdc4a782
commit dc485779dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View File

@ -55,5 +55,4 @@ npm_package(
"package.json",
":build-config_lib",
],
type = "commonjs",
)

View File

@ -90,7 +90,6 @@ def npm_package(name, srcs = [], **kwargs):
**kwargs: Additional arguments to pass to npm_package
"""
replace_prefixes = kwargs.pop("replace_prefixes", {})
package_type = kwargs.pop("type", "commonjs")
# Modifications to package.json
# TODO(bazel): remove when package.json can be updated in source

View File

@ -987,6 +987,8 @@ commands:
bazelCommands:
blobstore:
target: //cmd/blobstore
env:
BLOBSTORE_DATA_DIR: $HOME/.sourcegraph-dev/data/blobstore-go
cody-gateway:
target: //cmd/cody-gateway
env: