1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00

Add update versions v2

This commit is contained in:
Adria Navarro 2023-10-26 11:05:07 +02:00
parent 7ddaf6479f
commit 389848efbe

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