Skip to content

Commit

Permalink
add build command for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
keturiosakys committed Sep 28, 2023
1 parent 508118f commit c70649f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_lib_to_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:

- run: yarn

- run: yarn build

- run: yarn release-lib
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c70649f

Please sign in to comment.