Skip to content

Commit

Permalink
ci: add the actual build command
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlden committed Oct 7, 2022
1 parent 99e7756 commit 6d48e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: pnpm/[email protected]
- run: pnpm i
- run: pnpm run test
- run: pnpm run build
- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 6d48e09

Please sign in to comment.