Skip to content

Commit

Permalink
fix(nx-plugin): pass in e2e project name create package preset (#17824)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2941ddc)
  • Loading branch information
xiongemi authored and FrozenPandaz committed Jun 28, 2023
1 parent 55963d6 commit e54535e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin/src/generators/preset/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default async function (tree: Tree, options: PresetGeneratorSchema) {
if (options.createPackageName) {
const cliTask = await createPackageGenerator(tree, {
name: options.createPackageName,
e2eProject: 'e2e',
project: options.pluginName,
skipFormat: true,
unitTestRunner: 'jest',
Expand Down

0 comments on commit e54535e

Please sign in to comment.