Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 6cc3b61

Browse files
authored
chore(bazel): add client/backstage-frontend to bazelignore (#63471)
Addresses the following error that was missed due to not happening to me locally, see original: https://github.com/sourcegraph/sourcegraph/pull/59638 ``` ERROR: Traceback (most recent call last): File "/Users/will/code/sourcegraph/client/backstage-frontend/node_modules/@sourcegraph/build-config/BUILD.bazel", line 9, column 22, in <toplevel> npm_link_all_packages(name = "node_modules") File "/private/var/tmp/_bazel_will/dcc801c077cac507d08c05a871989466/external/npm/defs.bzl", line 3214, column 13, in npm_link_all_packages fail(msg) Error in fail: The npm_link_all_packages() macro loaded from @npm//:defs.bzl and called in bazel package 'client/backstage-frontend/node_modules/@sourcegraph/build-config' may only be called in bazel packages that correspond to the pnpm root package or pnpm workspace projects. Projects are discovered from the pnpm-lock.yaml and may be missing if the lockfile is out of date. Root package: '', pnpm workspace projects: '', 'client/branded', 'client/browser', 'client/build-config', 'client/client-api', 'client/codeintellify', 'client/cody-shared', 'client/cody-ui', 'client/common', 'client/eslint-plugin-wildcard', 'client/extension-api', 'client/extension-api-types', 'client/http-client', 'client/jetbrains', 'client/observability-client', 'client/observability-server', 'client/shared', 'client/storybook', 'client/template-parser', 'client/testing', 'client/vscode', 'client/web', 'client/web-sveltekit', 'client/wildcard', 'schema' ``` ## Test plan @willdollman ## Changelog
1 parent 1c90d91 commit 6cc3b61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bazelignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ client/storybook/storybook-static
4646
client/plugin-backstage/node_modules
4747
client/app-shell/node_modules
4848
client/backstage-backend/node_modules
49+
client/backstage-frontend/node_modules
4950
client/cody/node_modules
5051
client/cody-agent/node_modules
5152
client/cody-cli/node_modules

0 commit comments

Comments
 (0)