From be5ed532b0465e93a76a6113b97d1c25d64b62a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 14 Oct 2024 16:15:27 +0200 Subject: [PATCH] try --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8596e5e32ff8..0e614efde42d 100644 --- a/Makefile +++ b/Makefile @@ -332,7 +332,7 @@ contribs/dist: .build/build-dll.timestamp touch $@ .build/node_modules.timestamp: package.json - npm install --ignore-scripts + npm install || npm install --ignore-scripts # Installed from peer dependency from ol-layerswitcher and that breaks our types rm -rf ./node_modules/@types/openlayers mkdir -p $(dir $@)