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 c1ed82e commit a7e6a5aCopy full SHA for a7e6a5a
.github/workflows/ci.yml
@@ -28,6 +28,7 @@ jobs:
28
cache: "pnpm"
29
- if: ${{ steps.cache-node.outputs.cache-hit != 'true' }}
30
run: pnpm install
31
+ - run: pnpm run build
32
- uses: changesets/action@v1
33
if: ${{ github.event_name != 'pull_request' }}
34
with:
0 commit comments