You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add postbuild script to make compiled binary executable
The npm package binary was not working because the compiled JavaScript
file lacked execute permissions. Added postbuild script to chmod +x
the output binary after TypeScript compilation.
0 commit comments