Skip to content

Commit 8f06e33

Browse files
committed
do not install node deps
1 parent d4b6912 commit 8f06e33

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ guard-%:
55
fi
66

77
# install targets
8-
install: install-python install-hooks install-node
8+
install: install-python install-hooks
99

1010
install-python:
1111
poetry install
1212

13-
install-node:
14-
npm ci
15-
1613
install-hooks: install-python
1714
poetry run pre-commit install --install-hooks --overwrite
1815

0 commit comments

Comments
 (0)