Skip to content

Commit 0f3613f

Browse files
authored
Add yarn package build phase (#12)
1 parent af72048 commit 0f3613f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/yarn-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
registry-url: ${{ env.REGISTRY_URL }}
6161
- run: yarn install --frozen-lockfile
6262
working-directory: ${{ inputs.workdir }}
63+
- run: yarn build
64+
working-directory: ${{ inputs.workdir }}
6365
- run: yarn publish
6466
working-directory: ${{ inputs.workdir }}
6567
env:

0 commit comments

Comments
 (0)