Rename scripts

This commit is contained in:
adrinr 2023-04-21 17:37:09 +01:00
parent e09e1c8627
commit 2f8c50cee1
3 changed files with 2 additions and 2 deletions

View File

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

View File

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