forked from matrix/element-web
Run yarn clean
This commit is contained in:
parent
4a75b532d8
commit
2e5ab3f9d8
|
@ -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…
Reference in New Issue