UNPKG

beamcoder-prebuild

Version:
6 lines (4 loc) 139 B
const {execSync} = require('child_process'); if (!process.env.PREBUILD) { execSync('npx prebuild-install --target 4 --runtime napi'); }