From c59f1bc8bf0912d7f7d26c44476a795837daa3a6 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Mon, 29 May 2023 00:48:44 +0800 Subject: [PATCH] fix copy mediapipe to a wrong directory --- demos/palm/web/talking-character/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"