Skip to content

Commit

Permalink
fix: Update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Aug 27, 2022
1 parent 8d7eddd commit bcc973c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
node-version: 18.x
- run: npm install --no-package-lock
name: Install dev dependencies
- run: npm test
name: Run NPM Test
- run: npm run build
name: Build
- run: npm run test
name: Unit Test
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bcc973c

Please sign in to comment.