Run yarn clean

This commit is contained in:
Andrew Morgan 2019-07-15 15:55:12 +01:00
parent 4a75b532d8
commit 2e5ab3f9d8
1 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,10 @@ else
osarch="32" osarch="32"
fi fi
# Clean
echo "Cleaning build files..."
yarn clean
if ! [ -z ${iohook+x} ] || ! [ -z ${iohook_export+x} ]; then if ! [ -z ${iohook+x} ] || ! [ -z ${iohook_export+x} ]; then
# Get dependencies # Get dependencies
echo "Getting dependencies..." echo "Getting dependencies..."