Skip to content

Commit 9c78799

Browse files
committed
fix: fix build error
1 parent e18956a commit 9c78799

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@ jobs:
2222
- uses: actions/setup-node@v3
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
- run: yarn
26-
- run: yarn test
25+
- name: Install dependencies
26+
run: yarn
27+
- name: Build package
28+
run: yarn run build
29+
- name: Run test
30+
run: yarn test

0 commit comments

Comments
 (0)