Compare commits

...

1 Commits

Author SHA1 Message Date
Nicholas Cunningham 34d5919d48 chore(react): Update description for --minimal to be clearer 2024-06-07 11:26:24 -06:00
4 changed files with 4 additions and 4 deletions
@@ -185,7 +185,7 @@
"x-priority": "important"
},
"minimal": {
"description": "Generate a React app with a minimal setup, no separate test files.",
"description": "Generate a React app with a minimal setup, no separate test files if using vitest.",
"type": "boolean",
"default": false
}
@@ -181,7 +181,7 @@
"x-priority": "internal"
},
"minimal": {
"description": "Create a React library with a minimal setup, no separate test files.",
"description": "Create a React library with a minimal setup, no separate test files if using vitest.",
"type": "boolean",
"default": false
},
@@ -191,7 +191,7 @@
"x-priority": "important"
},
"minimal": {
"description": "Generate a React app with a minimal setup, no separate test files.",
"description": "Generate a React app with a minimal setup, no separate test files if using vitest.",
"type": "boolean",
"default": false
}
@@ -184,7 +184,7 @@
"x-priority": "internal"
},
"minimal": {
"description": "Create a React library with a minimal setup, no separate test files.",
"description": "Create a React library with a minimal setup, no separate test files if using vitest.",
"type": "boolean",
"default": false
},