|
|
@ -1,11 +1,9 @@ |
|
|
#!/bin/bash |
|
|
#!/bin/bash |
|
|
|
|
|
|
|
|
|
|
|
# Will check if "yarn format" is run before executing. |
|
|
# Will check if yarn format is run before executing |
|
|
|
|
|
# Called by "git commit" with no arguments. The hook should |
|
|
# Called by "git commit" with no arguments. The hook should |
|
|
# exit with non-zero status after issuing an appropriate message if |
|
|
# exit with non-zero status after issuing an appropriate message if |
|
|
# it wants to stop the commit. |
|
|
# it wants to stop the commit. |
|
|
# |
|
|
|
|
|
|
|
|
|
|
|
echo "Running yarn format" |
|
|
echo "Running yarn format" |
|
|
|
|
|
|
|
|
|