Skip to content

Commit

Permalink
fix: Build command
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Feb 28, 2024
1 parent db15875 commit ca5b09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: lts/*
- run: npm ci
- run: npm build
- run: npm run build
- run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ca5b09d

Please sign in to comment.