From 126f1e212713dc39b47888673470fa0dacab5f1d Mon Sep 17 00:00:00 2001 From: Igor Lobanov Date: Mon, 3 Feb 2025 19:23:00 +0100 Subject: [PATCH] removed the rest of ignore flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7b66b3a..c85cfcc8 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +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-scripts +NPM_INSTALL_FLAGS = $(NPM_FLAGS) --quiet --no-progress RACE = 0 REVISION = $${REVISION:-$$(git rev-parse --short HEAD)} SIGN = 1