Closed jufemaiz closed 3 years ago
The ability to undertake a fetch as a pre-hook to ensure that the local git is up to date with remote would be useful.
At the moment I need to run this in CI to ensure that, particularly the tags, are up to date.
git fetch --all --tags npm run build
A pre-hook that could run the fetch would be great.
Thanks for the suggestion, but I'm currently not accepting any new features to the package.
The ability to undertake a fetch as a pre-hook to ensure that the local git is up to date with remote would be useful.
At the moment I need to run this in CI to ensure that, particularly the tags, are up to date.
A pre-hook that could run the fetch would be great.