We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897ac70 commit 48446d0Copy full SHA for 48446d0
1 file changed
Makefile
@@ -14,7 +14,9 @@ install-node:
14
npm install --legacy-peer-deps
15
16
#Condensed Target to run all targets above.
17
-install: install-node install-python .git/hooks/pre-commit
+install: install-node install-python
18
+
19
+make-hooks: .git/hooks/pre-commit
20
21
#Run the npm linting script (specified in package.json). Used to check the syntax and formatting of files.
22
lint:
0 commit comments