aboutsummaryrefslogtreecommitdiff
path: root/node_modules/multipipe/Makefile
blob: d1df0ab3d95ac0841d24683cf836a9c1ac290bd0 (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