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
As a developer, I would like to be able to forget to build supported-version and not break everything.
I essentially would like to be forced to run cd supported-version && npm run build on commit if I change supported-version. This could also be done by the CI bot.
Your Use Case
@Vinai and I often forget to run npm run build when working on supported-version. As a result, the output drifts from the source which is very confusing.