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
currently we have a hard-coded list of lockfiles
and use the first matching lockfile
todo:
if multiple lockfiles are found:
dont create patch
list found lockfiles
tell user to run npx patch-package some-package --lockfile path/to/package-lock.json
The text was updated successfully, but these errors were encountered:
currently we have a hard-coded list of lockfiles
and use the first matching lockfile
todo:
if multiple lockfiles are found:
dont create patch
list found lockfiles
tell user to run
npx patch-package some-package --lockfile path/to/package-lock.json
The text was updated successfully, but these errors were encountered: