bindings/javascript: Generate native npm packages at publish

Use the `napi create-npm-dirs` command to create the native packages and
remove the manually created ones. Unlocks wasm publish.
This commit is contained in:
Pekka Enberg
2025-07-29 09:57:51 +03:00
parent 04e7d45ac3
commit 57a8c46560
7 changed files with 2 additions and 75 deletions

View File

@@ -228,6 +228,8 @@ jobs:
node-version: 20
- name: Install dependencies
run: yarn install
- name: create npm dirs
run: yarn napi create-npm-dirs
- name: Download all artifacts
uses: actions/download-artifact@v4
with: