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 9258340 commit 19f1abaCopy full SHA for 19f1aba
.github/workflows/release.yml
@@ -50,8 +50,6 @@ jobs:
50
with:
51
cache-key: warm
52
- uses: ./.github/actions/pnpm
53
- - name: update napi/index.js
54
- run: pnpm run build
55
56
- name: Bump package.json
57
if: ${{ steps.release-plz.outputs.prs_created }}
@@ -69,6 +67,7 @@ jobs:
69
67
70
68
jq --arg version "${version}" '.version = ($version) | .scripts.postinstall = "napi-postinstall oxc-resolver \($version) check"' package.json > tmp
71
mv tmp package.json
+ pnpm build
72
73
gh pr checkout $pr_number
74
git add .
0 commit comments