Skip to content

Commit a64a137

Browse files
committed
fix: components build
1 parent 02930ae commit a64a137

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ jobs:
3636

3737
- run: pnpm install --frozen-lockfile
3838
- uses: nrwl/nx-set-shas@v4
39+
40+
- name: Build Components
41+
run: pnpm components:build
42+
shell: bash

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
run: npx nx report
3939
shell: bash
4040

41+
- name: Build Components
42+
run: pnpm components:build
43+
shell: bash
44+
4145
- name: Publish packages
4246
run: npx nx release publish
4347
shell: bash

0 commit comments

Comments
 (0)