We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d798c6 commit ea1ad61Copy full SHA for ea1ad61
1 file changed
src/components/alerts/RunProducerAlerts.tsx
@@ -6,7 +6,7 @@ import {
6
import { grey } from '@mui/material/colors'
7
import { useState } from 'react'
8
9
-const START_COMMAND = 'npm start-cli'
+const START_COMMAND = 'npm run start-cli'
10
11
const StartProducerAlert: React.FC<AlertProps> = (props) => {
12
const [copied, setCopied] = useState(false)
0 commit comments