-
- Downloads
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
Showing
- lib/workers/branch/index.js 4 additions, 1 deletionlib/workers/branch/index.js
- lib/workers/branch/lock-files.js 66 additions, 0 deletionslib/workers/branch/lock-files.js
- lib/workers/branch/npm.js 1 addition, 1 deletionlib/workers/branch/npm.js
- lib/workers/branch/pnpm.js 1 addition, 1 deletionlib/workers/branch/pnpm.js
- lib/workers/branch/yarn.js 2 additions, 0 deletionslib/workers/branch/yarn.js
Loading
Please register or sign in to comment