Skip to content

Commit c5e6cc2

Browse files
committed
Try to fix SONAME...
1 parent 74b3b58 commit c5e6cc2

File tree

4 files changed

+947
-1
lines changed

4 files changed

+947
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ jobs:
335335
# Install pnpm and run tests
336336
corepack disable
337337
npm i -gf pnpm
338+
pnpm install
338339
pnpm test
339340
340341
publish:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"lint": "oxlint",
3131
"test": "node --test test/handler.test.mjs test/concurrency.test.mjs",
3232
"universal": "napi universal",
33-
"version": "napi version"
33+
"version": "napi version",
34+
"preinstall": "node scripts/fix_soname.js"
3435
}
3536
}

0 commit comments

Comments
 (0)