We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pkg.mjs
1 parent d79fcfb commit 0a52d2fCopy full SHA for 0a52d2f
scripts/pkg.mjs
@@ -100,7 +100,7 @@ async function main(argv = process.argv) {
100
os.arch = () => arch;
101
// Ensure that `node-gyp-build` only finds prebuilds
102
process.env.PREBUILDS_ONLY = '1';
103
- const nodeGypBuild = await import('node-gyp-build');
+ const { default: nodeGypBuild } = await import('node-gyp-build');
104
const pkgConfig = packageJSON.pkg ?? {};
105
pkgConfig.assets = pkgConfig.assets ?? {};
106
const npmLsOut = childProcess.execFileSync(
0 commit comments