Skip to content

Commit 22ea51f

Browse files
authored
fix(GitHub Actions): Add missing build step in release job (LLC-2358) (#892)
1 parent 609a002 commit 22ea51f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,9 @@ jobs:
277277
- name: Installing Dependencies
278278
run: yarn install --ignore-engines --frozen-lockfile
279279

280+
- name: Build Package
281+
run: yarn build
282+
280283
- name: Run Semantic Release
281284
run: npm run semantic-release
282285
env:

0 commit comments

Comments
 (0)