Skip to content

Commit

Permalink
remove needless command aliases in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Sep 11, 2018
1 parent 623c08e commit 9f4f8f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Expand Up @@ -10,10 +10,7 @@ PATH := node_modules/.bin:$(PATH)
SHELL := /bin/bash

# applications
NODE ?= $(shell which node)
YARN ?= $(shell which yarn)
PKG ?= $(if $(YARN),$(YARN),$(NODE) $(shell which npm))
BROWSERIFY ?= $(NODE) $(BIN)/browserify
BROWSERIFY ?= $(BIN)/browserify

all: lint test

Expand Down

0 comments on commit 9f4f8f5

Please sign in to comment.