mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Ensure package links exist when releasing
This commit is contained in:
parent
524b2dbd22
commit
93daacde88
@ -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…
x
Reference in New Issue
Block a user