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 f296094 commit 7311db7Copy full SHA for 7311db7
bin/helpers/config.js
@@ -21,5 +21,6 @@ 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