Skip to content

Commit

Permalink
CU-86a1927yc - Githook for push: rush change --verify
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoDizConde committed Jan 8, 2024
1 parent af986d6 commit b0548cc
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 b0548cc

Please sign in to comment.