Skip to content

Commit

Permalink
Add the new chromium windows path to the CI "CleanExtraBrowsersTask" (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavies committed Aug 30, 2018
1 parent e5a94e7 commit 7d8296f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dev/build/tasks/clean_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export const CleanExtraBrowsersTask = {
if (platforms.windows) {
paths.push(phantomPath('phantomjs-*-windows.zip'));
paths.push(chromiumPath('chromium-*-win32.zip'));
paths.push(chromiumPath('chromium-*-windows.zip'));
}

if (platforms.darwin) {
Expand Down

0 comments on commit 7d8296f

Please sign in to comment.