Skip to content
Snippets Groups Projects

fix ci frontend

Merged Antoine Gaudron-Desjardins requested to merge clean_docker_compose into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -20,7 +20,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false && react-scripts build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Loading