Skip to content

Commit 9f4f8f5

Browse files
committedSep 11, 2018
remove needless command aliases in makefile
1 parent 623c08e commit 9f4f8f5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎Makefile

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ PATH := node_modules/.bin:$(PATH)
1010
SHELL := /bin/bash
1111

1212
# applications
13-
NODE ?= $(shell which node)
14-
YARN ?= $(shell which yarn)
15-
PKG ?= $(if $(YARN),$(YARN),$(NODE) $(shell which npm))
16-
BROWSERIFY ?= $(NODE) $(BIN)/browserify
13+
BROWSERIFY ?= $(BIN)/browserify
1714

1815
all: lint test
1916

0 commit comments

Comments
 (0)
Please sign in to comment.