We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb2b6a commit f0c4e3cCopy full SHA for f0c4e3c
1 file changed
Makefile
@@ -3,7 +3,7 @@
3
install: install-node install-python install-hooks
4
5
install-node:
6
- npm ci
+ npm ci --ignore-scripts true
7
8
install-python:
9
poetry install
0 commit comments