Skip to content

Commit

Permalink
fix: use correct npm commands in publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalks committed Jan 15, 2024
1 parent 8b9a66f commit 6513ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
with:
node-version: "20"
- run: npm ci
- run: npm test
- run: npm build
- run: npm run test
- run: npm run build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 6513ca4

Please sign in to comment.