Skip to content

Commit

Permalink
Add yarn package build phase (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior authored Apr 25, 2024
1 parent af72048 commit 0f3613f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/yarn-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
registry-url: ${{ env.REGISTRY_URL }}
- run: yarn install --frozen-lockfile
working-directory: ${{ inputs.workdir }}
- run: yarn build
working-directory: ${{ inputs.workdir }}
- run: yarn publish
working-directory: ${{ inputs.workdir }}
env:
Expand Down

0 comments on commit 0f3613f

Please sign in to comment.