Skip to content
Snippets Groups Projects
Unverified Commit 52ad9d82 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix: skip branch creation if the updated dependency fails to lock (#1696)

There are times when an npm dependency has an update available yet the “npm/yarn/pnpm install” fails to find it, and the lock file can’t be generated. We check for this any time there’s a lock file error and abort the branch creation, hoping it fixes itself on the next run.

Closes #1666
parent ee324090
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment