Skip to content

Commit

Permalink
Add missing build file (#161373)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Sep 21, 2022
1 parent 772289f commit 0bc9f9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/azure-pipelines/common/installPlaywright.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
Object.defineProperty(exports, "__esModule", { value: true });
process.env.DEBUG = 'pw:install'; // enable logging for this (https://github.com/microsoft/playwright/issues/17394)
const retry_1 = require("./retry");
const { installDefaultBrowsersForNpmInstall } = require('playwright-core/lib/server');
async function install() {
await (0, retry_1.retry)(() => installDefaultBrowsersForNpmInstall());
await installDefaultBrowsersForNpmInstall();
}
install();

0 comments on commit 0bc9f9b

Please sign in to comment.