From 30afa7b5ece77a0b82f741fe8c2d166a4451a2c0 Mon Sep 17 00:00:00 2001 From: Caio Gondim Date: Fri, 22 May 2015 20:20:51 +0200 Subject: [PATCH] Move test task to Makefile --- makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile b/makefile index 3801b59..5ab5454 100644 --- a/makefile +++ b/makefile @@ -5,3 +5,7 @@ install: # Symlinks the theme for easier development link: ln -sF `pwd`/bullet-train.zsh-theme ~/.oh-my-zsh/themes/ + +# +test: + npm test