Website/node_modules/metalsmith-assets/Makefile

9 lines
126 B
Makefile
Raw Normal View History

2015-12-03 15:24:36 -05:00
node_modules: package.json
@npm install
test: node_modules
@./node_modules/.bin/mocha --reporter spec
.PHONY: test