fix(core): change ng to nx (#8843)

The command ng is incorrect it should be nx
This commit is contained in:
Amman Vedi 2022-02-04 16:09:11 +00:00 committed by GitHub
parent 21dab24675
commit eb04324547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.