2017-09-13 07:52:34 +02:00

10 lines
123 B
Makefile

test:
./node_modules/.bin/vows \
./test/*.js --spec
lint:
./node_modules/.bin/jshint \
./**/*.js
.PHONY: test lint