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
Whenever we do npm i it changes licences.csv based on the OS the user has. As the library is being published on linux based machines in CI runners, it would be nice to have this updated by CI during publish process and ignored to local development.
Ignored files can be committed by using git add --force licences.csv
The text was updated successfully, but these errors were encountered:
Whenever we do
npm i
it changeslicences.csv
based on the OS the user has. As the library is being published on linux based machines in CI runners, it would be nice to have this updated by CI during publish process and ignored to local development.Ignored files can be committed by using
git add --force licences.csv
The text was updated successfully, but these errors were encountered: