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