Skip to content

Commit

Permalink
main.yml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FiddlyDigital committed Jun 26, 2023
1 parent 1bc5681 commit 68f3cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
with:
node-version: 16
- run: npm i
- run: npm build
- run: npm test
- run: npm run build
- run: npm run test
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 68f3cb7

Please sign in to comment.