metalsmith-collections/Makefile

8 lines
119 B
Makefile
Raw Normal View History

2014-02-05 15:06:46 -08:00
node_modules: package.json
@npm install
test: node_modules
@./node_modules/.bin/mocha --reporter spec
.PHONY: test