You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(devenv): Skip devenv sync call when we have FE changes and env var is set (#87112)
Follow up to #84885
`devenv sync` is a lot quicker now for BE folks since it skips the yarn
updates. However, it takes a while to run in general, and it gets
triggered whenever `yarn.lock` is updated. Modiyfing `post-merge` to
also skip `devenv_sync` if `$SENTRY_DEVENV_SKIP_FRONTEND=1` and we only
have changes in `yarn.lock`.
0 commit comments