diff --git a/demos/palm/web/talking-character/package.json b/demos/palm/web/talking-character/package.json index 7095067bd..9e42692e1 100644 --- a/demos/palm/web/talking-character/package.json +++ b/demos/palm/web/talking-character/package.json @@ -32,7 +32,7 @@ "web-vitals": "^2.1.4" }, "scripts": { - "start": "cp -r third_party/mediapipe/ ./src/apis/ & react-scripts start", + "start": "cp -r third_party/mediapipe/ ./src/apis/mediapipe/ & react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"