Skip to content

Commit

Permalink
fix: respect env.OPENCOLLECTIVE_HIDE (#1765)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Woodcock <josh@spacee.com>
  • Loading branch information
woodcockjosh and Josh Woodcock committed Sep 17, 2020
1 parent 6c471af commit 273d774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/postinstall.js
@@ -1,7 +1,7 @@
#!/usr/bin/env node

function main() {
if (process.env.SUPPRESS_SUPPORT) {
if (process.env.SUPPRESS_SUPPORT || process.env.OPENCOLLECTIVE_HIDE) {
return;
}

Expand Down

0 comments on commit 273d774

Please sign in to comment.