UNPKG
hydro-timekeeper
Version:
latest (0.0.1)
0.0.1
Timekeeper integration for hydro
github.com/hydrojs/hydro-timekeeper
hydrojs/hydro-timekeeper
hydro-timekeeper
/
Makefile
13 lines
(8 loc)
•
225 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
all
: test # CI
test
:
@npm
test
coveralls
: @./node_modules/.bin/istanbul cover ./node_modules/.bin/_hydro --report lcovonly -- \ && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js .
PHONY
: all test