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

Commit 2eda9f4

Browse files
committed
ci: remove bootstrap command
1 parent 29916b7 commit 2eda9f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.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: Linting
4646
run: yarn lint
4747

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

5151
- name: Testing components
5252
run: yarn test:ci

0 commit comments

Comments
 (0)