Browse Source

Update documentation

pull/3601/head
Thomas Kaul 1 year ago
parent
commit
9e61d1abf0
  1. 2
      git-hooks/pre-commit

2
git-hooks/pre-commit

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

Loading…
Cancel
Save