diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-21 11:24:07 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-21 14:04:44 +0100 |
commit | 84c7cde6e81426a42e7aa29187b473bc89f1c8f6 (patch) | |
tree | 5c85056f29bc563a6ea29ced4736d4d5cd9851fd /scripts/e2e/index.sh | |
parent | 1e17071bacc8a78c9145ba602113b1b52dd8fe7b (diff) | |
download | PeerTube-84c7cde6e81426a42e7aa29187b473bc89f1c8f6.tar.gz PeerTube-84c7cde6e81426a42e7aa29187b473bc89f1c8f6.tar.zst PeerTube-84c7cde6e81426a42e7aa29187b473bc89f1c8f6.zip |
Update E2E tests
Diffstat (limited to 'scripts/e2e/index.sh')
-rwxr-xr-x | scripts/e2e/index.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/e2e/index.sh b/scripts/e2e/index.sh index cf2e04356..3856af06e 100755 --- a/scripts/e2e/index.sh +++ b/scripts/e2e/index.sh | |||
@@ -6,7 +6,6 @@ npm run clean:server:test | |||
6 | 6 | ||
7 | ( | 7 | ( |
8 | cd client | 8 | cd client |
9 | npm run webdriver-manager update | ||
10 | npm run webpack -- --config webpack/webpack.video-embed.js --mode development | 9 | npm run webpack -- --config webpack/webpack.video-embed.js --mode development |
11 | ) | 10 | ) |
12 | 11 | ||