From 883604b925d86f818ad9b37ce681da6138f74366 Mon Sep 17 00:00:00 2001 From: Jean-Hadrien Chabran Date: Fri, 9 Aug 2024 11:41:52 +0200 Subject: [PATCH] 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) --- sg.config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sg.config.yaml b/sg.config.yaml index f353561c3d6..db2dce107f1 100644 --- a/sg.config.yaml +++ b/sg.config.yaml @@ -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.