Skip to content

Commit

Permalink
feat: change default app name for react app
Browse files Browse the repository at this point in the history
affects: @medly/create-app
  • Loading branch information
gmukul01 authored and wsameer committed Oct 11, 2021
1 parent ddbf8ff commit a5667b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/bin/questions.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const questions = cmdOptions => [
type: 'input',
name: 'projectName',
message: 'Project Name',
default: 'medly-app',
default: 'test-app',
when: () => !cmdOptions.projectName
},
{
Expand Down

0 comments on commit a5667b3

Please sign in to comment.