metalsmith-collections/Makefile
Ian Storm Taylor 478483da11 first commit
2014-02-05 15:06:46 -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