Run yarn clean
This commit is contained in:
parent
4a75b532d8
commit
2e5ab3f9d8
1 changed files with 4 additions and 0 deletions
|
@ -103,6 +103,10 @@ else
|
|||
osarch="32"
|
||||
fi
|
||||
|
||||
# Clean
|
||||
echo "Cleaning build files..."
|
||||
yarn clean
|
||||
|
||||
if ! [ -z ${iohook+x} ] || ! [ -z ${iohook_export+x} ]; then
|
||||
# Get dependencies
|
||||
echo "Getting dependencies..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue