You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I just run "guv stop app && guv updaterefs app && guv start app" it updates to the newest commit on the current branch, but it doesn't run npm install, so I have to run it manually.
It still runs npm install when changing branches, or if the branch is force pushed (rebased or similar) but if it's just a fast-forward, it never seems to do that.
Version 3.5.17
Node 6.2.2
Npm 3.10.2
The text was updated successfully, but these errors were encountered:
If I just run "guv stop app && guv updaterefs app && guv start app" it updates to the newest commit on the current branch, but it doesn't run npm install, so I have to run it manually.
It still runs npm install when changing branches, or if the branch is force pushed (rebased or similar) but if it's just a fast-forward, it never seems to do that.
Version 3.5.17
Node 6.2.2
Npm 3.10.2
The text was updated successfully, but these errors were encountered: