Skip to content

Commit

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

0 comments on commit 765fe09

Please sign in to comment.