UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

17 lines (12 loc) 245 B
boosh: node make/build.js REPORTER = spec test: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter $(REPORTER) \ test-w: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter $(REPORTER) \ --growl \ --watch .PHONY: test test-w