We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af72048 commit 0f3613fCopy full SHA for 0f3613f
.github/workflows/yarn-package.yml
@@ -60,6 +60,8 @@ jobs:
60
registry-url: ${{ env.REGISTRY_URL }}
61
- run: yarn install --frozen-lockfile
62
working-directory: ${{ inputs.workdir }}
63
+ - run: yarn build
64
+ working-directory: ${{ inputs.workdir }}
65
- run: yarn publish
66
67
env:
0 commit comments