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