Skip to content

Commit

Permalink
Merge pull request #23 from AnotherUniverseAU/api
Browse files Browse the repository at this point in the history
CI=false 추가 : 리액트 빌드 오류 => !에러
  • Loading branch information
dhapdhap123 authored Apr 18, 2024
2 parents 97b3013 + 0d61be2 commit 2b284fd
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 @@ -40,7 +40,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "CI=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"https": "HTTPS=true PORT=3010 react-scripts start"
Expand Down

0 comments on commit 2b284fd

Please sign in to comment.