Navigation Menu

Skip to content

Commit

Permalink
added make test target
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterloftis committed Aug 7, 2012
1 parent bb2a628 commit 99dde2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -5,4 +5,7 @@ open:
(sleep 2 && open http://localhost:3000) &
npm start

test:
scripts/test

.PHONY: start open

0 comments on commit 99dde2a

Please sign in to comment.