Run yarn after changing versions

This commit is contained in:
adrinr 2023-04-20 22:57:11 +01:00
parent dd9d499cc1
commit 5e844ac6db
1 changed files with 1 additions and 1 deletions

View File

@ -57,8 +57,8 @@ jobs:
| sed 's/[",]//g')
echo "Setting version $version"
yarn lerna exec "yarn version --no-git-tag-version --new-version=$version"
yarn
node scripts/updateVersions.js $version
yarn
- run: yarn bootstrap
- run: yarn build
- run: yarn build:sdk