diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-30 09:11:12 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-30 09:11:12 +0100 |
commit | 6b88559babc1e0490119a6b52411b10910d9da9d (patch) | |
tree | 5a82afdc92899e921f8631f2e6b07b889b794278 /scripts/e2e | |
parent | 4a7f90248b546803cab07188521ac97e175b31e6 (diff) | |
download | PeerTube-6b88559babc1e0490119a6b52411b10910d9da9d.tar.gz PeerTube-6b88559babc1e0490119a6b52411b10910d9da9d.tar.zst PeerTube-6b88559babc1e0490119a6b52411b10910d9da9d.zip |
Fix local e2e tests
Diffstat (limited to 'scripts/e2e')
-rwxr-xr-x | scripts/e2e/local.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/e2e/local.sh b/scripts/e2e/local.sh index 40efa3525..0e74707d8 100755 --- a/scripts/e2e/local.sh +++ b/scripts/e2e/local.sh | |||
@@ -6,6 +6,7 @@ npm run clean:server:test | |||
6 | 6 | ||
7 | ( | 7 | ( |
8 | cd client | 8 | cd client |
9 | npm run webdriver-manager -- update | ||
9 | npm run webpack -- --config webpack/webpack.video-embed.js --mode development | 10 | npm run webpack -- --config webpack/webpack.video-embed.js --mode development |
10 | ) | 11 | ) |
11 | 12 | ||