chore: add playwright-client to the list of packages (#34916)

This commit is contained in:
Dmitry Gozman 2025-02-25 13:23:38 +00:00 committed by GitHub
parent ed0bf35435
commit 81855d11e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class Workspace {
}
await maybeWriteJSON(pkg.packageJSONPath, pkg.packageJSON);
}
// Re-run npm i to make package-lock dirty.
child_process.execSync('npm i');
return hasChanges;
@ -167,6 +167,11 @@ const workspace = new Workspace(ROOT_PATH, [
path: path.join(ROOT_PATH, 'packages', 'playwright-chromium'),
files: LICENCE_FILES,
}),
new PWPackage({
name: '@playwright/client',
path: path.join(ROOT_PATH, 'packages', 'playwright-client'),
files: LICENCE_FILES,
}),
new PWPackage({
name: '@playwright/experimental-tools',
path: path.join(ROOT_PATH, 'packages', 'playwright-tools'),