For cloned deps, we only need to build types

pull/21833/head
J. Ryan Stinnett 2020-12-17 15:36:32 +00:00
parent ad32f90beb
commit 3d3490c6d7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ scripts/fetchdep.sh matrix-org matrix-js-sdk
pushd matrix-js-sdk pushd matrix-js-sdk
yarn link yarn link
yarn install $@ yarn install $@
yarn build yarn build:types
popd popd
yarn link matrix-js-sdk yarn link matrix-js-sdk