fix(angular): show the correct link to the docs when running nx init (#13576)

This commit is contained in:
Leosvel Pérez Espinosa 2022-12-07 16:28:34 +01:00 committed by GitHub
parent 4b0eb70ef3
commit 1c6d7b4e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,8 +39,7 @@ export async function makeAngularCliFaster(args: Args) {
title: '🎉 Angular CLI is faster now!', title: '🎉 Angular CLI is faster now!',
bodyLines: [ bodyLines: [
`Execute 'npx ng build' twice to see the computation caching in action.`, `Execute 'npx ng build' twice to see the computation caching in action.`,
'Learn more about computation caching, how it is shared with your teammates,', 'Learn more about the changes done to your workspace at https://nx.dev/recipes/adopting-nx/migration-angular.',
'and how it can speed up your CI by up to 10 times at https://nx.dev/getting-started/nx-and-angular',
], ],
}); });