Skip to content

Commit

Permalink
yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
rivka-ungar committed Nov 25, 2024
1 parent 5df295e commit db50286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
npm_token: ${{ secrets.npm_token }}
- uses: ./.github/actions/git-creds
- name: Build
run: yarn build
run: yarn lerna run build --include-dependencies
- name: Lint
run: yarn lint
- name: Test
Expand Down

0 comments on commit db50286

Please sign in to comment.