Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Oct 28, 2021
1 parent 651a38c commit 3db6a6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/git_hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ Usage: `./update-branch <remote name>`
### post-merge, pre-push
#!/bin/sh

./bin/git_hooks/migrate-all
./bin/git_hooks/update-dependencies
# migrate-all has to come after update dependencies because it relies on bundle
./bin/git_hooks/migrate-all

0 comments on commit 3db6a6b

Please sign in to comment.