Skip to content

Commit a3050f0

Browse files
committed
fix: 🐛 Fixed build step
1 parent 5efc6ae commit a3050f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
run: |
2626
yarn lint
2727
yarn --cwd package lint
28-
- name: Test
29-
run: yarn test
3028
- name: Build project
3129
run: yarn package:update
30+
- name: Test
31+
run: yarn test
3232
- name: Release
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)