From 14adad705583f360764e17a2cdd427d709bb82e8 Mon Sep 17 00:00:00 2001 From: Igor Lobanov Date: Mon, 3 Feb 2025 19:08:30 +0100 Subject: [PATCH] removed ignore optional flag for npm install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20c3151b..19155d9a 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ GPG_KEY_PASSPHRASE = not-a-real-password NPM = npm NPM_FLAGS = --prefix $(CLIENT_DIR) NPM_INSTALL_FLAGS = $(NPM_FLAGS) --quiet --no-progress --ignore-engines\ - --ignore-optional --ignore-platform --ignore-scripts + --ignore-platform --ignore-scripts RACE = 0 REVISION = $${REVISION:-$$(git rev-parse --short HEAD)} SIGN = 1