Thanks to visit codestin.com Credit goes to github.com
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 f74f4a2 commit 3d2320fCopy full SHA for 3d2320f
bin/postinstall.js
@@ -1,7 +1,7 @@
1
#!/usr/bin/env node
2
3
function main() {
4
- if (process.env.SUPPRESS_SUPPORT || process.env.OPENCOLLECTIVE_HIDE) {
+ if (process.env.SUPPRESS_SUPPORT || process.env.OPENCOLLECTIVE_HIDE || process.env.CI) {
5
return;
6
}
7
0 commit comments