diff --git a/jams-server/build-ui.sh b/jams-server/build-ui.sh index fdb7d78c1dfbdc487cefab6e3744619af11bfc28..2ba400ed85fdbbeb29366cf4bad082379c9cb28a 100755 --- a/jams-server/build-ui.sh +++ b/jams-server/build-ui.sh @@ -3,6 +3,7 @@ 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!"