Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 587c8da

Browse files
committed
ci(release): build before testing
1 parent d6a5e29 commit 587c8da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
- name: Linting
3535
run: yarn lint
3636

37+
- name: Building packages
38+
run: yarn build
39+
3740
- name: Testing components
3841
run: yarn test
3942
env:
4043
CI: true
4144

42-
- name: Building packages
43-
run: yarn build --if-present
44-
4545
- name: Setup CI Git User
4646
run: |
4747
git config --global user.name "codebender828"

0 commit comments

Comments
 (0)