From 609983eab2ea6fddb5c7bd92324076ed867183a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Maggioni?= Date: Sat, 21 Apr 2018 00:55:59 +0200 Subject: [PATCH] Cleanup in build script --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.sh b/build.sh index 7266b78..850923a 100755 --- a/build.sh +++ b/build.sh @@ -20,6 +20,12 @@ $PACKAGE_MANAGER install $PACKAGE_MANAGER run build cd .. +echo -e "\n### Cleaning backend...\n" + +if [ -f server/constants/bin/gpo ]; then + rm server/constants/bin/gpo +fi + echo -e "\n### Building backend...\n" cd server