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

Commit 0a3a44d

Browse files
committed
ci(release): bootstrap packages
1 parent 9f57dbc commit 0a3a44d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ jobs:
2828
node-version: 12.x
2929

3030
- name: Install dependencies
31-
run: yarn install --frozen-lockfile && yarn bootstrap
32-
31+
run: yarn install
32+
33+
- name: Bootstrap
34+
run: yarn bootstrap
3335

3436
- name: Linting
3537
run: yarn lint

0 commit comments

Comments
 (0)