Skip to content

Commit

Permalink
fix(testing): install devkit when init playwright (#19406)
Browse files Browse the repository at this point in the history
  • Loading branch information
barbados-clemens committed Oct 3, 2023
1 parent 9755b50 commit a1a69a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/playwright/src/generators/init/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
)
Expand Down

0 comments on commit a1a69a1

Please sign in to comment.