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
Having to manually build the dist/ files when changing the code is tedious and prone to error.
We should add a Git hook that checks for changes in src/ that don't have the equivalent changes in dist/ (in the same way we already do for PRs with the check-dist check).
The text was updated successfully, but these errors were encountered:
Having to manually build the
dist/
files when changing the code is tedious and prone to error.We should add a Git hook that checks for changes in
src/
that don't have the equivalent changes indist/
(in the same way we already do for PRs with thecheck-dist
check).The text was updated successfully, but these errors were encountered: