Skip to content

Commit 48446d0

Browse files
committed
splitting out make hooks
1 parent 897ac70 commit 48446d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ install-node:
1414
npm install --legacy-peer-deps
1515

1616
#Condensed Target to run all targets above.
17-
install: install-node install-python .git/hooks/pre-commit
17+
install: install-node install-python
18+
19+
make-hooks: .git/hooks/pre-commit
1820

1921
#Run the npm linting script (specified in package.json). Used to check the syntax and formatting of files.
2022
lint:

0 commit comments

Comments
 (0)