Skip to content

Commit

Permalink
chore(core): Update cacheable message for multiselect (#15161)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9cec533)
  • Loading branch information
ndcunningham authored and FrozenPandaz committed Mar 4, 2023
1 parent 3c4c052 commit e34e73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/nx-init/add-nx-to-npm-repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export async function addNxToNpmRepo() {
type: 'multiselect',
name: 'cacheableOperations',
message:
'Which of the following scripts are cacheable? (Produce the same output given the same input, e.g. build, test and lint usually are, serve and start are not)',
'Which of the following scripts are cacheable? (Produce the same output given the same input, e.g. build, test and lint usually are, serve and start are not). You can use spacebar to select one or more scripts.',
choices: scripts,
},
])) as any
Expand Down

0 comments on commit e34e73f

Please sign in to comment.