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

Don't boostrap on release

This commit is contained in:
Adria Navarro 2023-05-05 15:19:20 +01:00
parent 4ace415c02
commit f31067d50e
2 changed files with 0 additions and 2 deletions

View file

@ -49,7 +49,6 @@ jobs:
yarn lerna exec "yarn version --no-git-tag-version --new-version=$version"
node scripts/syncLocalDependencies.js $version
yarn
- run: yarn bootstrap
- run: yarn build
- run: yarn build:sdk

View file

@ -54,7 +54,6 @@ jobs:
yarn lerna exec "yarn version --no-git-tag-version --new-version=$version"
node scripts/syncLocalDependencies.js $version
yarn
- run: yarn bootstrap
- run: yarn lint
- run: yarn build
- run: yarn build:sdk