Skip to content

Commit

Permalink
chore: 🔨 add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
recallwei committed Jun 29, 2024
1 parent 6a7c306 commit b924da0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/generators/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const g = async () => {
name: 'packageOrgName',
message: 'Enter the npm org name:',
initial: gitRepoInfo.org,
// TODO: Not work.
hint: (_, values) => `Your lib name will be: @${values.packageOrgName}/${values.packageName}`
},
{
Expand Down

0 comments on commit b924da0

Please sign in to comment.