Skip to content

Commit c59f1bc

Browse files
committed
fix copy mediapipe to a wrong directory
1 parent 66585d6 commit c59f1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/palm/web/talking-character/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"web-vitals": "^2.1.4"
3333
},
3434
"scripts": {
35-
"start": "cp -r third_party/mediapipe/ ./src/apis/ & react-scripts start",
35+
"start": "cp -r third_party/mediapipe/ ./src/apis/mediapipe/ & react-scripts start",
3636
"build": "react-scripts build",
3737
"test": "react-scripts test",
3838
"eject": "react-scripts eject"

0 commit comments

Comments
 (0)