From ba0f8806bce5379d7ba46b70f73d50631c570b8b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 25 Jun 2017 13:51:19 +0200 Subject: Return to sequelize@4.0.0-2 (makes tests fail) --- scripts/test.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') 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 @@ #!/usr/bin/env sh +npm run build:server + cd client || exit -1 npm test || exit -1 -- cgit v1.2.3