Skip to content

Commit db50286

Browse files
committed
yarn build
1 parent 5df295e commit db50286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
npm_token: ${{ secrets.npm_token }}
2222
- uses: ./.github/actions/git-creds
2323
- name: Build
24-
run: yarn build
24+
run: yarn lerna run build --include-dependencies
2525
- name: Lint
2626
run: yarn lint
2727
- name: Test

0 commit comments

Comments
 (0)