We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6de0762 + 41fa9f2 commit eed6ee4Copy full SHA for eed6ee4
1 file changed
.github/workflows/publish.yml
@@ -26,6 +26,7 @@ jobs:
26
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
27
28
- run: npm ci
29
+ - run: npm run build:main
30
- run: npm run publish:version ${{ github.event.inputs.version }}
31
- run: npm run publish:ci
32
env:
0 commit comments