[FEAT] Automatically build supported-version
and commit it if someone forgets to do so.
#153
Labels
hacktoberfest
Hacktoberfest! Hurrah! Beer!
💡 Feature request
Feature Name
Automatic
supported-versions
builds.The Desired Behavior
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 changesupported-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 onsupported-version
. As a result, the output drifts from the source which is very confusing.The text was updated successfully, but these errors were encountered: