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
It is a common pattern to add the dist folder to the .gitignore so it is not tracked by git. This makes diffs much easier to read and shouldn't affect anything.
If doing this it might be good to also add a prepublish script that builds before publish (so this won't be accidentally forgotten when releasing).
The text was updated successfully, but these errors were encountered:
It is a common pattern to add the dist folder to the
.gitignore
so it is not tracked by git. This makes diffs much easier to read and shouldn't affect anything.If doing this it might be good to also add a
prepublish
script that builds before publish (so this won't be accidentally forgotten when releasing).The text was updated successfully, but these errors were encountered: