From 4188c4c64eb3e3dbe52b1585081070ab9a4313d1 Mon Sep 17 00:00:00 2001 From: Igor Lobanov Date: Mon, 3 Feb 2025 19:11:54 +0100 Subject: [PATCH] removed ignore platform flag for npm install --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 19155d9a..d7b66b3a 100644 --- a/Makefile +++ b/Makefile @@ -32,8 +32,7 @@ GPG_KEY = devteam@adguard.com 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-platform --ignore-scripts +NPM_INSTALL_FLAGS = $(NPM_FLAGS) --quiet --no-progress --ignore-engines --ignore-scripts RACE = 0 REVISION = $${REVISION:-$$(git rev-parse --short HEAD)} SIGN = 1