Skip to content

Commit a1a69a1

Browse files
authoredOct 3, 2023
fix(testing): install devkit when init playwright (#19406)
1 parent 9755b50 commit a1a69a1

File tree

1 file changed

+2
-0
lines changed
  • packages/playwright/src/generators/init

1 file changed

+2
-0
lines changed
 

‎packages/playwright/src/generators/init/init.ts

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ export async function initGenerator(tree: Tree, options: InitGeneratorSchema) {
2323
{},
2424
{
2525
'@nx/playwright': nxVersion,
26+
// required since used in playwright config
27+
'@nx/devkit': nxVersion,
2628
'@playwright/test': playwrightVersion,
2729
}
2830
)

0 commit comments

Comments
 (0)
Please sign in to comment.