Add yarn generate to sg start web-standalone
Created by: oleggromov
Issue
- Remove
client/shared/src/graphql-operations.ts
, which may be as well obsolete alongside with other files generated byyarn generate
comand - which is usually the case - Run
sg start web-standalone
- See it complaining about the absense of this file
Test plan
- Pull the branch
- Remove the
graphql-operations.ts
file - Run
sg start web-standalone
- Ensure it works