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.
2 parents 57dc2fe + f8dcaa3 commit afbc45cCopy full SHA for afbc45c
packages/core-js/postinstall.js
@@ -15,6 +15,7 @@ var CI = [
15
'BUILD_NUMBER',
16
'CI',
17
'CONTINUOUS_INTEGRATION',
18
+ 'DRONE',
19
'OPEN_SOURCE_CONTRIBUTOR',
20
'RUN_ID'
21
].some(function (it) { return is(env[it]); });
0 commit comments