Skip to content

Commit 0f34462

Browse files
chore: lerna requires bootstrap after ci [EXT-7081] (#2862)
1 parent fa7013e commit 0f34462

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: npm install -g npm@latest
7171

7272
- name: Install dependencies
73-
run: npm ci
73+
run: npm ci && npm run bootstrap
7474

7575
- name: Build
7676
run: npm run build

0 commit comments

Comments
 (0)