diff options
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 | ||