diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-06-25 13:51:19 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-06-25 13:51:19 +0200 |
commit | ba0f8806bce5379d7ba46b70f73d50631c570b8b (patch) | |
tree | 7f7d8e503beca2b9b68c5d11db0bfa371e05f98a /scripts | |
parent | 19452347a116e8907cf3d0523f438f2c22c4e0f3 (diff) | |
download | PeerTube-ba0f8806bce5379d7ba46b70f73d50631c570b8b.tar.gz PeerTube-ba0f8806bce5379d7ba46b70f73d50631c570b8b.tar.zst PeerTube-ba0f8806bce5379d7ba46b70f73d50631c570b8b.zip |
Return to sequelize@4.0.0-2 (makes tests fail)
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 | ||