Skip to content

Commit

Permalink
Repair publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-ter-Doest committed Apr 17, 2024
1 parent edb2b31 commit 5685689
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
with:
node-version: 20
- run: npm ci
- run: npm run build
- name: Build
run: npm run build
- run: npm test

publish-npm:
Expand Down

0 comments on commit 5685689

Please sign in to comment.