We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27b827 commit 215477aCopy full SHA for 215477a
1 file changed
Makefile
@@ -6,7 +6,7 @@ install-python:
6
poetry install
7
8
install-node:
9
- npm ci
+ npm ci --ignore-scripts
10
11
install-hooks: install-python
12
poetry run pre-commit install --install-hooks --overwrite
0 commit comments