Skip to content

Commit

Permalink
fix(testing): install devkit when init playwright (#19406)
Browse files Browse the repository at this point in the history
(cherry picked from commit a1a69a1)
  • Loading branch information
barbados-clemens authored and FrozenPandaz committed Oct 4, 2023
1 parent b72ad89 commit b1c1e0c
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 b1c1e0c

Please sign in to comment.