diff --git a/Makefile b/Makefile index b3b14b933..aa9a79914 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ install-frontend: .PHONY: install-frontend-ci install-frontend-ci: - cd web && npm ci + cd web && npm ci --ignore-scripts .PHONY: install-frontend-ci-clean install-frontend-ci-clean: install-frontend-ci