mirror of
https://github.com/debug-js/debug.git
synced 2026-01-25 16:42:28 +00:00
remove needless command aliases in makefile
This commit is contained in:
parent
623c08ef73
commit
9f4f8f59ba
5
Makefile
5
Makefile
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user