(platform: string, arch: string)
| 101 | } |
| 102 | |
| 103 | export async function buildLocal(platform: string, arch: string) { |
| 104 | await preparePlatformBinary(platform, arch); |
| 105 | await configureGyp('./inc'); |
| 106 | await compileNativeAddon('./inc'); |
| 107 | } |
no test coverage detected