Skip to content

Commit 3d2320f

Browse files
authored
fix: postinstall hide message in CI
1 parent f74f4a2 commit 3d2320f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/postinstall.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22

33
function main() {
4-
if (process.env.SUPPRESS_SUPPORT || process.env.OPENCOLLECTIVE_HIDE) {
4+
if (process.env.SUPPRESS_SUPPORT || process.env.OPENCOLLECTIVE_HIDE || process.env.CI) {
55
return;
66
}
77

0 commit comments

Comments
 (0)