aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-stream/Makefile
blob: 82d2cafc61805ea4678b09c319b58cdbc8ff3075 (plain)
1
2
3
4
5
6
7
8
9
10

node_modules: package.json
	@npm install

test:
	@./node_modules/.bin/mocha \
		--reporter spec \
		--timeout 100

.PHONY: test