diff --git a/jams-server/build-ui.sh b/jams-server/build-ui.sh
index 2ba400ed85fdbbeb29366cf4bad082379c9cb28a..fdb7d78c1dfbdc487cefab6e3744619af11bfc28 100755
--- a/jams-server/build-ui.sh
+++ b/jams-server/build-ui.sh
@@ -3,7 +3,6 @@
 cd ../jams-react-client || exit
 npm install
 npm run build
-cp -R src/locales public/
 #Now the UI is built we can exit and copy resource
 rm -rf ../jams-server/src/main/resources/webapp/*
 echo "Removed old webapp contents!"