From 13da7f76520c1931537a97cb0a43357812c6698c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 25 Jun 2012 22:32:54 +0300 Subject: [PATCH] Update master --- test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test.sh b/test.sh index 19c72e2c..5ed405e1 100644 --- a/test.sh +++ b/test.sh @@ -1,4 +1,4 @@ -#!/bin/sh -npm install jshint -./node_modules/jshint/bin/hint server.js --config .jshintrc +#!/bin/bash +npm i -g jshint +jshint server.js --config .jshintrc echo 'only warnings. no errors' \ No newline at end of file