Add update versions v2

This commit is contained in:
Adria Navarro 2023-10-26 11:05:07 +02:00
parent 7ddaf6479f
commit 389848efbe
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/bin/bash
version=$1
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