loopback-datasource-juggler/Makefile

9 lines
187 B
Makefile
Raw Normal View History

2012-03-27 19:48:23 +00:00
doc:
makedoc lib/abstract-class.js lib/schema.js lib/validatable.js -t "JugglingDB API docs"
2011-11-05 10:54:52 +00:00
2011-11-05 11:04:53 +00:00
test:
2013-03-19 10:05:26 +00:00
@./node_modules/.bin/mocha --require should test/*.test.js
2011-11-05 10:54:52 +00:00
2011-11-05 11:04:53 +00:00
.PHONY: test
2012-03-27 19:48:23 +00:00
.PHONY: doc