Skip to content

Commit 0a6c5f0

Browse files
committed
fix build
1 parent 33ef7a1 commit 0a6c5f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/actions/build/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ runs:
1717
- name: Install dependencies
1818
run: pnpm install
1919
shell: bash
20+
21+
- name: Build
22+
shell: bash
23+
run: pnpm build

0 commit comments

Comments
 (0)