Commit 87f81d4
authored
fix: publish npm package with prebuilt binaries (#237)
Use the reusable workflow from tree-sitter/workflows to build
native binaries for all major platforms (linux-x64, linux-arm64,
macos-x64, macos-arm64, windows-x64, windows-arm64) and WASM
before publishing to npm.
This means users no longer need a C compiler or node-gyp to
install tree-sitter-kotlin — prebuilt binaries are bundled in
the npm package, matching how official tree-sitter parsers ship.
Fixes #143
Fixes #1671 parent 410c940 commit 87f81d4
1 file changed
+6
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments