Skip to content

Commit

Permalink
Merge pull request #104 from CityOfZion/CU-86a192804
Browse files Browse the repository at this point in the history
CU-86a192804 - Githook for push: rush change --verify
  • Loading branch information
melanke authored Mar 8, 2024
2 parents c150829 + 73ffdaa commit dd2370d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/git-hooks/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
# Called by "git push" with no arguments. The hook should
# exit with non-zero status after issuing an appropriate message if
# it wants to stop the commit.

node common/scripts/install-run-rush.js change --verify || exit $?

0 comments on commit dd2370d

Please sign in to comment.