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:
Jean-Hadrien Chabran 2024-08-09 11:41:52 +02:00 committed by GitHub
parent ba85ea6f32
commit 883604b925
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.