fix(testing): install devkit when init playwright (#19406)
This commit is contained in:
parent
9755b50205
commit
a1a69a13aa
@ -23,6 +23,8 @@ export async function initGenerator(tree: Tree, options: InitGeneratorSchema) {
|
||||
{},
|
||||
{
|
||||
'@nx/playwright': nxVersion,
|
||||
// required since used in playwright config
|
||||
'@nx/devkit': nxVersion,
|
||||
'@playwright/test': playwrightVersion,
|
||||
}
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user