mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
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:
2
.github/workflows/napi.yml
vendored
2
.github/workflows/napi.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user