1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Adding logs

This commit is contained in:
Adria Navarro 2023-05-05 15:33:50 +01:00
parent 0253406596
commit 4be7a4cf77
2 changed files with 4 additions and 0 deletions

View file

@ -47,7 +47,9 @@ jobs:
| sed 's/[",]//g')
echo "Setting version $version"
yarn lerna exec "yarn version --no-git-tag-version --new-version=$version"
echo "Updating dependencies"
node scripts/syncLocalDependencies.js $version
echo "Syncing yarn workspace"
yarn
- run: yarn build
- run: yarn build:sdk

View file

@ -52,7 +52,9 @@ jobs:
| sed 's/[",]//g')
echo "Setting version $version"
yarn lerna exec "yarn version --no-git-tag-version --new-version=$version"
echo "Updating dependencies"
node scripts/syncLocalDependencies.js $version
echo "Syncing yarn workspace"
yarn
- run: yarn lint
- run: yarn build