UNPKG

publish-please

Version:

Safe and highly functional replacement for `npm publish`.

10 lines (7 loc) 182 B
'use strict'; module.exports.isCI = function() { return require('is-ci') === true; }; module.exports.isTeamcity = function() { return 'TEAMCITY_VERSION' in process.env; };