Add yarn generate to sg start web-standalone (#38277)

This commit is contained in:
Oleg Gromov 2022-07-06 12:51:02 +03:00 committed by GitHub
parent d2796388cf
commit 03fc95635b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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