codex-1up 0.3.12 → 0.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -55,8 +55,8 @@ const formula = `class ${formulaClass} < Formula
|
|
|
55
55
|
ENV["HOME"] = buildpath
|
|
56
56
|
system "npm", "install", *std_npm_args
|
|
57
57
|
# npm install doesn't reliably create prefix/bin shims for ESM .mjs bins;
|
|
58
|
-
#
|
|
59
|
-
bin.
|
|
58
|
+
# symlink the package's bin entrypoint explicitly (preserves relative dist paths).
|
|
59
|
+
bin.install_symlink libexec/"lib/node_modules/${pkgName}/${binRelPath}" => "${binName}"
|
|
60
60
|
end
|
|
61
61
|
|
|
62
62
|
test do
|