Skip to content

Commit

Permalink
add react-native to be a part of new project e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongemi committed Aug 4, 2021
1 parent f38e01e commit 50c756d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/utils/index.ts
Expand Up @@ -177,6 +177,7 @@ export function newProject({ name = uniq('proj') } = {}): string {
`@nrwl/react`,
`@nrwl/storybook`,
`@nrwl/web`,
`@nrwl/react-native`,
];
packageInstall(packages.join(` `), projScope);

Expand Down

0 comments on commit 50c756d

Please sign in to comment.