Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 782c6b5

Browse files
committed
ci: skip bootstrap after build
1 parent fcaebc4 commit 782c6b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
${{ runner.os }}-yarn-
4141
4242
- name: Install dependencies
43-
run: yarn install --frozen-lockfile && yarn bootstrap
43+
run: yarn install --frozen-lockfile
4444

4545
- name: Lint types and code
4646
run: yarn lint
4747

4848
- name: Build packages
49-
run: yarn build && yarn bootstrap
49+
run: yarn build
5050

5151
- name: Run tests
5252
run: yarn test

0 commit comments

Comments
 (0)