Remove pre-commit hook and update Makefile
This commit is contained in:
parent
fc25261d3c
commit
0a0f98cbe2
2 changed files with 0 additions and 10 deletions
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
added_files=$(git diff --name-only --cached --diff-filter=d)
|
||||
|
||||
make format
|
||||
git add ${added_files}
|
||||
4
Makefile
4
Makefile
|
|
@ -3,10 +3,6 @@
|
|||
all: help
|
||||
|
||||
init:
|
||||
@echo 'Installing pre-commit hooks'
|
||||
git config core.hooksPath .githooks
|
||||
@echo 'Making pre-commit hook executable'
|
||||
chmod +x .githooks/pre-commit
|
||||
@echo 'Installing backend dependencies'
|
||||
make install_backend
|
||||
@echo 'Installing frontend dependencies'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue