Skip to content

Commit

Permalink
add run keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskikutis committed Dec 18, 2024
1 parent 193c11d commit e26d611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: '20'
- run: npm ci
- run: npm test
- run: npm build
- run: npm run build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit e26d611

Please sign in to comment.