We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1a353 commit c46f3b2Copy full SHA for c46f3b2
1 file changed
Makefile
@@ -20,7 +20,7 @@ install-python:
20
poetry install
21
22
install-node:
23
- npm install
+ npm ci --ignore-scripts
24
25
install-hooks: install-python
26
poetry run pre-commit install --install-hooks --overwrite
0 commit comments