Skip to content

Commit e528b69

Browse files
committed
chore: tweak github actions flow
1 parent 3807b91 commit e528b69

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ jobs:
120120
- name: Install dependencies
121121
run: pnpm install --frozen-lockfile
122122

123-
- name: Building
124-
run: pnpm build
125-
126123
- name: Type checking
127124
run: pnpm typecheck
128125

@@ -163,8 +160,5 @@ jobs:
163160
- name: Building
164161
run: pnpm build
165162

166-
- name: Install dependencies (resolve built packages)
167-
run: pnpm install --frozen-lockfile
168-
169163
- name: E2E Testing
170164
run: pnpm e2e

0 commit comments

Comments
 (0)