jshint to be tested by default
This commit is contained in:
parent
b6d3785599
commit
87782b400d
2
Makefile
2
Makefile
@ -31,6 +31,8 @@ jshint:
|
||||
@echo "***jshint***"
|
||||
@./node_modules/.bin/jshint lib/
|
||||
|
||||
test-all: jshint test
|
||||
|
||||
check: test
|
||||
|
||||
.PHONY: pre-install test
|
||||
|
@ -45,7 +45,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"preinstall": "make pre-install",
|
||||
"test": "make test"
|
||||
"test": "make test-all"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8 <0.11",
|
||||
|
Loading…
Reference in New Issue
Block a user