mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 10:52:47 +00:00
6 lines
127 B
Makefile
6 lines
127 B
Makefile
docs:
|
|
node ./docs.js
|
|
|
|
coverage:
|
|
./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*
|