We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
remy
Learn more about funding links in repositories.
Report abuse
1 parent 6c471af commit 273d774Copy full SHA for 273d774
bin/postinstall.js
@@ -1,7 +1,7 @@
1
#!/usr/bin/env node
2
3
function main() {
4
- if (process.env.SUPPRESS_SUPPORT) {
+ if (process.env.SUPPRESS_SUPPORT || process.env.OPENCOLLECTIVE_HIDE) {
5
return;
6
}
7
0 commit comments