UNPKG
hapi-sql
Version:
latest (0.1.2)
0.1.2
0.1.0
A sequelize plugin for hapi.js
github.com/lvegerano/hapi-sql
lvegerano/hapi-sql
hapi-sql
/
Makefile
9 lines
(8 loc)
•
232 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
test: @node node_modules/lab/bin/lab -a code test-cov: @node node_modules/lab/bin/lab -a code -t 100 -
r lcov test-cov-html
:
@node
node_modules/lab/bin/lab -a code -r html -o coverage.html .
PHONY
: test test-cov test-cov-html