Skip to content

Commit

Permalink
ci(oxlint): pnpm publish need to declare binary as executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Sep 12, 2024
1 parent f14a534 commit 2b8369f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions npm/oxlint/scripts/generate-packages.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ function generateNativePackage(target) {
os: [platform],
cpu: [arch],
...libc,
publishConfig: {
executableFiles: [
"oxlint",
"oxc_language_server"
]
}
};

const manifestPath = resolve(packageRoot, 'package.json');
Expand Down

0 comments on commit 2b8369f

Please sign in to comment.