Skip to content

Commit

Permalink
fix: point publish workflow at correct script (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j authored Aug 2, 2024
1 parent a321960 commit f17630b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: 22
- run: npm ci
- run: npm run build
- run: npm run validate-manifests
- run: npm run test:validate

publish-npm:
needs: build
Expand Down

0 comments on commit f17630b

Please sign in to comment.