Skip to content

Commit

Permalink
Cleanup in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaggioni committed Apr 21, 2018
1 parent f54a559 commit 609983e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 609983e

Please # to comment.