Use scripty instead of writing shell commands in package.json

This commit is contained in:
Chocobozzz
2016-04-30 11:17:50 +02:00
parent 1342381694
commit 9353449515
18 changed files with 128 additions and 39 deletions

8
scripts/test.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env sh
cd client || exit -1
npm test
cd .. || exit -1
standard
mocha server/tests