diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test.sh | 2 |
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 | ||
3 | npm run build:server | ||
4 | |||
3 | cd client || exit -1 | 5 | cd client || exit -1 |
4 | npm test || exit -1 | 6 | npm test || exit -1 |
5 | 7 | ||