UNPKG
fastly-purge
Version:
latest (1.0.1)
1.0.1
1.0.0
Node.js' Fastly Purging API implementation
github.com/CartoDB/node-fastly-purge
fastly-purge
/
Makefile
16 lines
(10 loc)
•
286 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
clean: @
rm
-rf ./node_modules jshint: @./node_modules/.bin/jshint lib/
test
/
test
: ./node_modules/.bin/mocha -u bdd -t 5000
test
/*.js test-all: jshint
test
coverage: @./node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -u bdd -t 5000
test
/*.js .PHONY:
test
coverage