Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Commit 89b7227

Browse files
committed
feat: add prepare-release script and update getExtensionPath for platform-specific binaries
1 parent 803f8f1 commit 89b7227

6 files changed

Lines changed: 446 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ jobs:
201201

202202
- run: npm ci
203203

204+
- run: npm run prepare-release
205+
204206
- name: Bump version (if requested)
205207
if: ${{ github.event.inputs.version != 'current' }}
206208
run: |

0 commit comments

Comments
 (0)