Skip to content

Commit

Permalink
feat(misc): select the best message to show during migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Oct 25, 2022
1 parent 36783ea commit 7d732ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions packages/create-nx-workspace/bin/ab-testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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?`,
Expand Down
8 changes: 0 additions & 8 deletions packages/nx/src/utils/ab-testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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?`,
Expand Down

0 comments on commit 7d732ca

Please sign in to comment.