Merge pull request #5269 from matrix-org/jryans/auto-link-release
Ensure package links exist when releasing
This commit is contained in:
commit
0f2c08f532
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ set -e
|
|||
|
||||
cd `dirname $0`
|
||||
|
||||
# This link seems to get eaten by the release process, so ensure it exists.
|
||||
yarn link matrix-js-sdk
|
||||
|
||||
for i in matrix-js-sdk
|
||||
do
|
||||
echo "Checking version of $i..."
|
||||
|
|
Loading…
Reference in a new issue