Skip to content

Commit

Permalink
Add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
eKoopmans committed Jun 30, 2024
1 parent 22f5582 commit ccde99a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
persist-credentials: false
- name: Setup Node
uses: actions/setup-node@v4
- name: Build
run: npm run build
shell: bash
- name: Semantic Release
uses: BrightspaceUI/actions/semantic-release@main
with:
Expand Down

0 comments on commit ccde99a

Please sign in to comment.