Skip to content

Commit

Permalink
Keep node_modules/.bin on the path
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Nov 18, 2024
1 parent 5482141 commit 96f67b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96f67b5

Please sign in to comment.