We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b6912 commit 8f06e33Copy full SHA for 8f06e33
Makefile
@@ -5,14 +5,11 @@ guard-%:
5
fi
6
7
# install targets
8
-install: install-python install-hooks install-node
+install: install-python install-hooks
9
10
install-python:
11
poetry install
12
13
-install-node:
14
- npm ci
15
-
16
install-hooks: install-python
17
poetry run pre-commit install --install-hooks --overwrite
18
0 commit comments