chore: add playwright-client to the list of packages (#34916)
This commit is contained in:
parent
ed0bf35435
commit
81855d11e4
|
|
@ -167,6 +167,11 @@ const workspace = new Workspace(ROOT_PATH, [
|
||||||
path: path.join(ROOT_PATH, 'packages', 'playwright-chromium'),
|
path: path.join(ROOT_PATH, 'packages', 'playwright-chromium'),
|
||||||
files: LICENCE_FILES,
|
files: LICENCE_FILES,
|
||||||
}),
|
}),
|
||||||
|
new PWPackage({
|
||||||
|
name: '@playwright/client',
|
||||||
|
path: path.join(ROOT_PATH, 'packages', 'playwright-client'),
|
||||||
|
files: LICENCE_FILES,
|
||||||
|
}),
|
||||||
new PWPackage({
|
new PWPackage({
|
||||||
name: '@playwright/experimental-tools',
|
name: '@playwright/experimental-tools',
|
||||||
path: path.join(ROOT_PATH, 'packages', 'playwright-tools'),
|
path: path.join(ROOT_PATH, 'packages', 'playwright-tools'),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue