Don't boostrap on release
This commit is contained in:
parent
4ace415c02
commit
f31067d50e
|
@ -49,7 +49,6 @@ jobs:
|
||||||
yarn lerna exec "yarn version --no-git-tag-version --new-version=$version"
|
yarn lerna exec "yarn version --no-git-tag-version --new-version=$version"
|
||||||
node scripts/syncLocalDependencies.js $version
|
node scripts/syncLocalDependencies.js $version
|
||||||
yarn
|
yarn
|
||||||
- run: yarn bootstrap
|
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
- run: yarn build:sdk
|
- run: yarn build:sdk
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,6 @@ jobs:
|
||||||
yarn lerna exec "yarn version --no-git-tag-version --new-version=$version"
|
yarn lerna exec "yarn version --no-git-tag-version --new-version=$version"
|
||||||
node scripts/syncLocalDependencies.js $version
|
node scripts/syncLocalDependencies.js $version
|
||||||
yarn
|
yarn
|
||||||
- run: yarn bootstrap
|
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
- run: yarn build:sdk
|
- run: yarn build:sdk
|
||||||
|
|
Loading…
Reference in New Issue