Skip to content

Commit

Permalink
Merge pull request #787 from scottarc/patch-2
Browse files Browse the repository at this point in the history
chore: Remove ads if OPEN_SOURCE_CONTRIBUTOR
  • Loading branch information
slowcheetah authored Mar 25, 2020
2 parents a1a702e + 51ff506 commit 2ac6382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core-js/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var CI = [
'BUILD_NUMBER',
'CI',
'CONTINUOUS_INTEGRATION',
'OPEN_SOURCE_CONTRIBUTOR',
'RUN_ID'
].some(function (it) { return is(env[it]); });

Expand Down

0 comments on commit 2ac6382

Please sign in to comment.