Skip to content

Commit f726abb

Browse files
authored
Update package.json add CI=false to build script
1 parent ff2fe8e commit f726abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"scripts": {
3232
"start": "react-scripts start",
33-
"build": "react-scripts build",
33+
"build": "CI=false react-scripts build",
3434
"test": "react-scripts test",
3535
"eject": "react-scripts eject"
3636
},

0 commit comments

Comments
 (0)