aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-xscripts/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index fc607133b..6e8e38659 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -1,5 +1,7 @@
1#!/usr/bin/env sh 1#!/usr/bin/env sh
2 2
3npm run build:server
4
3cd client || exit -1 5cd client || exit -1
4npm test || exit -1 6npm test || exit -1
5 7