mirror of https://github.com/vector-im/riot-web
Clean Yarn cache during Electron builds
parent
97a2a6a168
commit
54767b5a65
|
@ -85,6 +85,11 @@ if [ -n "$conffile" ]; then
|
||||||
pushd "$builddir"
|
pushd "$builddir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# We use Git branch / commit dependencies for some packages, and Yarn seems
|
||||||
|
# to have a hard time getting that right. See also
|
||||||
|
# https://github.com/yarnpkg/yarn/issues/4734. As a workaround, we clean the
|
||||||
|
# global cache here to ensure we get the right thing.
|
||||||
|
yarn cache clean
|
||||||
yarn install
|
yarn install
|
||||||
yarn build:electron
|
yarn build:electron
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue