Skip to content

Commit 9eeee62

Browse files
committed
Remove useless build job in deploy pipeline
1 parent df80398 commit 9eeee62

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
- name: Install dependencies
3030
run: pnpm install --frozen-lockfile
3131

32-
- name: Build
33-
run: pnpm build
34-
3532
- name: Build playground
3633
run: pnpm build:playground
3734

0 commit comments

Comments
 (0)