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: replacing macro {napi_build_version} in binary filename (#1078)
* fix: replacing macro {napi_build_versions} in binary filename by using `binary.napi_build_versions` in package.json. Fixes: #554
* cleanup
* move napi_build_version to separate test fixture
refactored rebuild helper
* whoops. missed an unused import
* log all files?
* log upper dir? something is missing on linux builds
* fix linux builds by detecting libc family
* cleanup
* refactor due to new file location (tsc now runs first)
* fix test?
* fix test?
* revert yarnworkspace changes to check against master
* add fixtureName to tmp dir
* cleanup and simplify
* switch back to use detect-libc and see if test passes
0 commit comments