Skip to content

Commit

Permalink
Merge pull request #14 from Moujuruo/auto_workflow
Browse files Browse the repository at this point in the history
fix:修改忽略warning错误
  • Loading branch information
Moujuruo authored May 23, 2024
2 parents 36c9a22 + 310774a commit 01643e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "CI=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 01643e4

Please sign in to comment.