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 614c070 commit 52dd8d3Copy full SHA for 52dd8d3
bin/helpers/config.js
@@ -21,6 +21,5 @@ config.packageFileName = "bstackPackages.tar.gz";
21
config.packageDirName = "tmpBstackPackages";
22
config.retries = 5;
23
config.networkErrorExitCode = 2;
24
-config.buildFailedExitCode = 3;
25
26
module.exports = config;
0 commit comments