metalsmith-layouts/Makefile

8 lines
119 B
Makefile
Raw Normal View History

2014-02-04 21:47:35 -08:00
node_modules: package.json
@npm install
test: node_modules
@./node_modules/.bin/mocha --reporter spec
.PHONY: test