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
See #89.
Checks for a project local `.npmrc` before the user `.npmrc`, which
avoids potentially misleading log messages (not finding a user `.npmrc`
is not a problem if there's a project one) and unecessarily generating
a user `.npmrc`.
However, if a `.npmrc` file is found, the GitHub Action does not recreate the file. This is useful if you need to configure the `.npmrc` file on your own.
113
+
However, if either a project or user `.npmrc` file is found, the GitHub Action does not recreate the file. This is useful if you need to configure the `.npmrc` file on your own.
114
114
For example, you can add a step before running the Changesets GitHub Action:
0 commit comments