Skip to content

Commit 5ae4556

Browse files
committed
build in test workflow
1 parent bfcda45 commit 5ae4556

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: pnpm install
28+
29+
- name: Build package
30+
run: pnpm run build
2831

2932
- name: Run tests
30-
run: pnpm test
33+
run: pnpm run test

0 commit comments

Comments
 (0)