Skip to content

Commit 85e377a

Browse files
authored
Merge pull request #2 from Mark24Code/debug-react-16.13.1
fix(package.json): 修复启动http server工作目录错误
2 parents 939bab3 + 5c81ec9 commit 85e377a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"start": "cd react-16.13.1 & http-server -p 6001"
7+
"start": "cd ./react-16.13.1 && http-server -p 6001"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)