diff --git a/deps.mk b/deps.mk index 34acd280..dd880a3c 100644 --- a/deps.mk +++ b/deps.mk @@ -260,8 +260,8 @@ NO_NODEJS := true endif ifneq (true,$(NO_NODEJS)) -ifneq (,$(wildcard package.json)) export PATH := $(abspath node_modules/.bin):$(PATH) +ifneq (,$(wildcard package.json)) DEPS_FILES += package-lock.json package-lock.json: package.json npm install