anuraag016/Jest-Coverage-Diff

Errors when Pull Request removes packages

Closed this issue · 0 comments

V-ed commented

If master has dependency x and the pull request removes x, switching branch to master does not install packages and the dependency x is not available for the master branch.

image

Adding the possibility of running a command after switching branch would fix this issue, as I would do another npm install / npm ci after switching branch.