mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 13:31:54 +00:00
chore(local): fix outdated frontend target being used (#64382)
In https://github.com/sourcegraph/sourcegraph/pull/63946 we reworked how we handle assets, but we overlooked updating the target in `sg.config.yaml`. ## Test plan CI + locally tested (made some changes on the home page, got reloaded as expected)
This commit is contained in:
parent
ba85ea6f32
commit
883604b925
@ -1288,7 +1288,7 @@ bazelCommands:
|
||||
QUIET: 'true'
|
||||
frontend:
|
||||
description: Enterprise frontend
|
||||
target: //cmd/frontend:frontend_nobundle
|
||||
target: //cmd/frontend
|
||||
precmd: |
|
||||
export SOURCEGRAPH_LICENSE_GENERATION_KEY=$(cat ../dev-private/enterprise/dev/test-license-generation-key.pem)
|
||||
# If EXTSVC_CONFIG_FILE is *unset*, set a default.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user