fix(repo): fix test-create-nx-workspace command
This commit is contained in:
parent
798abe4b33
commit
cfccd51a7b
@ -40,7 +40,7 @@ describe('create-nx-workspace', () => {
|
|||||||
await addReact(workspaceDir);
|
await addReact(workspaceDir);
|
||||||
await execCommand(
|
await execCommand(
|
||||||
`Generate a React app`,
|
`Generate a React app`,
|
||||||
`ng g @nrwl/react:app reactapp --style=css --no-router`,
|
`ng g @nrwl/react:app reactapp --style=css --no-routing`,
|
||||||
workspaceDir
|
workspaceDir
|
||||||
);
|
);
|
||||||
await execCommand(`Building angular app`, `ng build ngapp`, workspaceDir);
|
await execCommand(`Building angular app`, `ng build ngapp`, workspaceDir);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user