cyrilwanner / npm-autoinstaller

A node package that always keeps you up to date with your dependencies.
MIT License
9 stars 1 forks source link

Runs each time I ammend a commit #26

Open abhijitparida opened 5 years ago

abhijitparida commented 5 years ago

The update script kicks in every time I run git commit --ammend.

npm-autoinstaller version: 1.3.1

cyrilwanner commented 5 years ago

Thank you for creating this issue. I didn't think about this when creating it, I'll see if I can skip the check for this command.

kmckee commented 4 years ago

I'm running into a similar issue when using interactive rebases where commits being replayed are modifying dependencies in package.json. I think it's modifying files during the rebase, which causes the rebase to fail midway through as there are unstaged changes.