Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
add CI false to script build
  • Loading branch information
Servond committed Jul 11, 2023
1 parent a8e5d35 commit a07e055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "set DISABLE_ESLINT_PLUGIN=true && react-scripts build",
"build": "CI=false set DISABLE_ESLINT_PLUGIN=true && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit a07e055

Please sign in to comment.