Skip to content

Commit

Permalink
fix(package.json): 修复启动server错误
Browse files Browse the repository at this point in the history
修复启动server错误
  • Loading branch information
Mark24Code committed Oct 14, 2020
1 parent 50e208a commit 5c81ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "cd react-16.13.1 & http-server -p 6001"
"start": "cd ./react-16.13.1 && http-server -p 6001"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5c81ec9

Please sign in to comment.