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.
1 parent 5df295e commit db50286Copy full SHA for db50286
.github/workflows/release-v2.yml
@@ -21,7 +21,7 @@ jobs:
21
npm_token: ${{ secrets.npm_token }}
22
- uses: ./.github/actions/git-creds
23
- name: Build
24
- run: yarn build
+ run: yarn lerna run build --include-dependencies
25
- name: Lint
26
run: yarn lint
27
- name: Test
0 commit comments