mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:31:54 +00:00
Add yarn generate to sg start web-standalone (#38277)
This commit is contained in:
parent
d2796388cf
commit
03fc95635b
@ -321,7 +321,9 @@ commands:
|
||||
|
||||
web-standalone-http:
|
||||
cmd: yarn workspace @sourcegraph/web serve:dev --color
|
||||
install: yarn --no-progress
|
||||
install: |
|
||||
yarn --no-progress
|
||||
yarn generate
|
||||
env:
|
||||
WEBPACK_SERVE_INDEX: true
|
||||
SOURCEGRAPH_API_URL: https://k8s.sgdev.org
|
||||
|
||||
Loading…
Reference in New Issue
Block a user