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.
1 parent fbb07eb commit b3d779cCopy full SHA for b3d779c
publish.js
@@ -45,7 +45,7 @@ fs.writeFileSync("./dist/package.json", JSON.stringify(npmPackageJson, null, 2))
45
46
//Use a fully qualified path to pre-gyp binary for Windows support
47
const cwd = shell.pwd().toString();
48
-shell.exec(`${cwd}/node_modules/node-pre-gyp/bin/node-pre-gyp package`);
+shell.exec(`${cwd}/node_modules/@mapbox/node-pre-gyp/bin/node-pre-gyp package`);
49
var tgz = shell.exec("find ./build -name *.tar.gz");
50
shell.cp(tgz, "./bin-package/");
51
shell.pushd("./dist");
0 commit comments