Skip to content

Commit 61593ed

Browse files
committed
chore(makefile): add missing NPM variable
1 parent b3defcc commit 61593ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ COVERAGE := $(ROOT)/coverage
2121
# Tools and binaries
2222
#
2323
YARN := yarn
24+
NPM := npm
2425
COVERALLS := $(NODE_BIN)/coveralls
2526
ESLINT := $(NODE_BIN)/eslint
2627
ISTANBUL := $(NODE_BIN)/istanbul

0 commit comments

Comments
 (0)