Skip to content

Commit 9e31d93

Browse files
committedJul 15, 2021
chore(repo): build packages before linting
1 parent f13e4ed commit 9e31d93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
env:
4747
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
4848

49+
- name: Build Packages
50+
run: pnpm build --recursive
51+
4952
- name: Lint Monorepo
5053
run: pnpm lint
5154

0 commit comments

Comments
 (0)
Please sign in to comment.