fix(utils): fix the list dependnecies script (#7649)

This commit is contained in:
Joel Einbinder 2021-07-15 12:27:16 -05:00 committed by GitHub
parent ac8ad1050e
commit 7e95ee07ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ const DOWNLOAD_URLS = {
},
};
const registryDirectory = (() => {
export const registryDirectory = (() => {
let result: string;
const envDefined = getFromENV('PLAYWRIGHT_BROWSERS_PATH');