Skip to content

Commit

Permalink
fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jlkalberer committed Feb 16, 2024
1 parent f2b39dd commit 83f3a8a
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 @@ -9,8 +9,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm ci --include=optional
- run: npm build:all
- run: npm test:all
- run: npm run build:all
- run: npm run test:all
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_PUBLISH }}

0 comments on commit 83f3a8a

Please sign in to comment.