Skip to content

Commit ea1ad61

Browse files
committed
add missing run to npm command
1 parent 2d798c6 commit ea1ad61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/alerts/RunProducerAlerts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
import { grey } from '@mui/material/colors'
77
import { useState } from 'react'
88

9-
const START_COMMAND = 'npm start-cli'
9+
const START_COMMAND = 'npm run start-cli'
1010

1111
const StartProducerAlert: React.FC<AlertProps> = (props) => {
1212
const [copied, setCopied] = useState(false)

0 commit comments

Comments
 (0)