1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00
Files
lancedikson_bowser/Makefile

17 lines
244 B
Makefile
Raw Normal View History

2011-04-27 15:14:35 -07:00
boosh:
2013-12-13 13:17:10 +01:00
node make/build.js
REPORTER = dot
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