Skip to content

Commit 5c81ec9

Browse files
authored
fix(package.json): 修复启动server错误
修复启动server错误
1 parent 50e208a commit 5c81ec9

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)