feat(misc): select the best message to show during migrations
This commit is contained in:
parent
36783eacf0
commit
7d732ca59e
@ -10,14 +10,6 @@ export class PromptMessages {
|
||||
},
|
||||
],
|
||||
nxCloudMigration: [
|
||||
{
|
||||
code: 'we-noticed',
|
||||
message: `We noticed you are migrating to a new major version, but are not taking advantage of Nx Cloud. Nx Cloud can make your CI up to 10 times faster. Learn more about it here: nx.app. Would you like to add it?`,
|
||||
},
|
||||
{
|
||||
code: 'not-leveraging-caching',
|
||||
message: `You're not leveraging distributed caching yet. Do you want to enable it and speed up your CI?`,
|
||||
},
|
||||
{
|
||||
code: 'make-ci-faster',
|
||||
message: `Enable distributed caching to make your CI faster?`,
|
||||
|
||||
@ -10,14 +10,6 @@ export class PromptMessages {
|
||||
},
|
||||
],
|
||||
nxCloudMigration: [
|
||||
{
|
||||
code: 'we-noticed',
|
||||
message: `We noticed you are migrating to a new major version, but are not taking advantage of Nx Cloud. Nx Cloud can make your CI up to 10 times faster. Learn more about it here: nx.app. Would you like to add it?`,
|
||||
},
|
||||
{
|
||||
code: 'not-leveraging-caching',
|
||||
message: `You're not leveraging distributed caching yet. Do you want to enable it and speed up your CI?`,
|
||||
},
|
||||
{
|
||||
code: 'make-ci-faster',
|
||||
message: `Enable distributed caching to make your CI faster?`,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user