metalsmith-layouts/Makefile
Ian Storm Taylor 53b63f440a first commit
2014-02-04 21:47:35 -08:00

8 lines
No EOL
119 B
Makefile

node_modules: package.json
@npm install
test: node_modules
@./node_modules/.bin/mocha --reporter spec
.PHONY: test