You've already forked search-query-parser
10 lines
97 B
Makefile
10 lines
97 B
Makefile
BINS=./node_modules/.bin
|
|
|
|
install:
|
|
@npm install .
|
|
|
|
test:
|
|
@$(BINS)/mocha -R spec
|
|
|
|
.PHONY: test
|