From 30116a3c729737668bd58cee5cfabaf88c0893ec Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 24 Nov 2020 21:12:05 +0200 Subject: [PATCH] postinstall.js: hide the OC message on CI too --- bin/postinstall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/postinstall.js b/bin/postinstall.js index c5c35ea7..210597c1 100755 --- a/bin/postinstall.js +++ b/bin/postinstall.js @@ -1,7 +1,7 @@ #!/usr/bin/env node function main() { - if (process.env.SUPPRESS_SUPPORT || process.env.OPENCOLLECTIVE_HIDE) { + if (process.env.SUPPRESS_SUPPORT || process.env.OPENCOLLECTIVE_HIDE || process.env.CI) { return; }