Skip to content

Commit 376b910

Browse files
committed
chore(ci): update main.yml
1 parent d09e762 commit 376b910

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Build
3636
run: yarn build
37-
37+
3838
- name: Test
3939
run: yarn test
4040
# - name: Lint
@@ -57,7 +57,10 @@ jobs:
5757
uses: bahmutov/npm-install@v1
5858
with:
5959
install-command: yarn --frozen-lockfile --silent
60-
60+
61+
- name: Build all package
62+
run: yarn build
63+
6164
- name: Test
6265
run: yarn test:coverage
6366

0 commit comments

Comments
 (0)