Skip to content

Commit

Permalink
fix(expo): provide calling generator
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Aug 18, 2023
1 parent fc4361b commit 757972f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export async function normalizeOptions(
projectType: 'application',
directory: options.directory,
projectNameAndRootFormat: options.projectNameAndRootFormat,
callingGenerator: '@nx/expo:application',
});
options.projectNameAndRootFormat = projectNameAndRootFormat;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export async function normalizeOptions(
directory: options.directory,
importPath: options.importPath,
projectNameAndRootFormat: options.projectNameAndRootFormat,
callingGenerator: '@nx/expo:library',
});

const parsedTags = options.tags
Expand Down

0 comments on commit 757972f

Please sign in to comment.