We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f758e2a commit cb76cd0Copy full SHA for cb76cd0
1 file changed
packages/create-react-admin/src/app.tsx
@@ -127,7 +127,10 @@ export default function App({ name = 'my-admin' }: Props) {
127
</Text>
128
<Text>
129
Start the app in development mode by running{' '}
130
- <Text bold>npm dev</Text>.
+ <Text bold>
131
+ {state.installer === 'npm' ? 'npm run' : 'yarn'} dev
132
+ </Text>
133
+ .
134
135
<Box marginBottom={1}>
136
{helpMessages.current.map(line => (
0 commit comments