Skip to content

Commit ccde99a

Browse files
committed
Add build step
1 parent 22f5582 commit ccde99a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
persist-credentials: false
2222
- name: Setup Node
2323
uses: actions/setup-node@v4
24+
- name: Build
25+
run: npm run build
26+
shell: bash
2427
- name: Semantic Release
2528
uses: BrightspaceUI/actions/semantic-release@main
2629
with:

0 commit comments

Comments
 (0)