We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e32cdbc + ab9fb7d commit aaeeb3fCopy full SHA for aaeeb3f
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
git config --global user.name "Vishal Narkhede"
30
git config --global user.email "[email protected]"
31
- name: Installation && Build SDK
32
- run: yarn --frozen-lockfile && yarn bootstrap-ci
+ run: yarn bootstrap-ci
33
- name: Lint
34
run: yarn lerna-workspaces run lint
35
- name: Publish Release
0 commit comments