diff --git a/Makefile b/Makefile index 4f55190..2bc4eb7 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ install: install-node install-python install-hooks install-node: - npm ci --ignore-scripts true + npm ci --ignore-scripts install-python: poetry install