UNPKG

@capawesome/cli

Version:

The Capawesome Cloud Command Line Interface (CLI) to manage Live Updates and more.

8 lines (7 loc) 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isRunningInCi = void 0; const isRunningInCi = () => { return process.env.CI === 'true'; }; exports.isRunningInCi = isRunningInCi;