diff --git a/Makefile b/Makefile index 88b62e28..cae1e78c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ install: install-python install-hooks install-node install-node: - npm ci --ignore-scripts true + npm ci --ignore-scripts install-python: poetry install