Skip to content

Commit f75c5b5

Browse files
committed
chore: fix ci again
1 parent 0cedb63 commit f75c5b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CD.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Install dependencies
2525
run: pnpm i --frozen-lockfile
2626

27+
- name: Build
28+
run: pnpm build
29+
2730
- name: Lint
2831
run: pnpm lint
2932

0 commit comments

Comments
 (0)