From eb04324547e5a7bfb7f35d451fdec9075a2d86c8 Mon Sep 17 00:00:00 2001 From: Amman Vedi Date: Fri, 4 Feb 2022 16:09:11 +0000 Subject: [PATCH] fix(core): change ng to nx (#8843) The command ng is incorrect it should be nx --- .../workspace/src/generators/workspace/files/README.md__tmpl__ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/workspace/src/generators/workspace/files/README.md__tmpl__ b/packages/workspace/src/generators/workspace/files/README.md__tmpl__ index 3ffd22504a..40cfcad852 100644 --- a/packages/workspace/src/generators/workspace/files/README.md__tmpl__ +++ b/packages/workspace/src/generators/workspace/files/README.md__tmpl__ @@ -159,7 +159,7 @@ Run `nx affected:test` to execute the unit tests affected by a change. ## Running end-to-end tests -Run `ng e2e my-app` to execute the end-to-end tests via [Cypress](https://www.cypress.io). +Run `nx e2e my-app` to execute the end-to-end tests via [Cypress](https://www.cypress.io). Run `nx affected:e2e` to execute the end-to-end tests affected by a change.