Skip to content

Commit d058a32

Browse files
committed
build package before testing
1 parent f5bb36f commit d058a32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
run: >
3838
pnpm install
3939
--frozen-lockfile
40+
41+
- name: Build package
42+
# Required for testing stories
43+
run: >
44+
pnpm build
4045
4146
- name: Run tests with Vitest
4247
# https://vitest.dev/guide/cli.html

0 commit comments

Comments
 (0)