removed the rest of ignore flags
This commit is contained in:
2
Makefile
2
Makefile
@@ -32,7 +32,7 @@ GPG_KEY = devteam@adguard.com
|
|||||||
GPG_KEY_PASSPHRASE = not-a-real-password
|
GPG_KEY_PASSPHRASE = not-a-real-password
|
||||||
NPM = npm
|
NPM = npm
|
||||||
NPM_FLAGS = --prefix $(CLIENT_DIR)
|
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
|
RACE = 0
|
||||||
REVISION = $${REVISION:-$$(git rev-parse --short HEAD)}
|
REVISION = $${REVISION:-$$(git rev-parse --short HEAD)}
|
||||||
SIGN = 1
|
SIGN = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user