UNPKG
strider-hg
Version:
latest (0.2.3)
0.2.3
0.2.2
Strider provider for mercurial repositories
Mixaill/strider-hg
strider-hg
/
Makefile
11 lines
(6 loc)
•
167 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
test: lint
@./node_modules/.bin/mocha -R spec tolint := *.js *.json lib
lint:
@./node_modules/.bin/jshint --verbose
$(tolint)
.PHONY
: test lint watch build less