From 9353449515ff6881a54ce6887297b7eab2855186 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sat, 30 Apr 2016 11:17:50 +0200 Subject: Use scripty instead of writing shell commands in package.json --- scripts/test.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 scripts/test.sh (limited to 'scripts/test.sh') diff --git a/scripts/test.sh b/scripts/test.sh new file mode 100755 index 000000000..93dbd8200 --- /dev/null +++ b/scripts/test.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env sh + +cd client || exit -1 +npm test + +cd .. || exit -1 +standard +mocha server/tests -- cgit v1.2.3