Socket
Socket
Sign inDemoInstall

is-ci-cli

Package Overview
Dependencies
8
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    is-ci-cli

Run different npm scripts in a CI environment


Version published
Weekly downloads
33K
decreased by-18.72%
Maintainers
1
Install size
78.9 kB
Created
Weekly downloads
 

Readme

Source

is-ci-cli CI

Run different npm scripts in a CI environment

Install

Ensure you have Node.js version 8+ installed. Then run the following:

npm install --dev is-ci-cli

Usage

In your package.json:

"scripts": {
  "test": "is-ci-cli test:ci test:local"
}

When in a CI environment (as detected by is-ci), this runs the first argument as an npm (or yarn) script. Otherwise, run the 2nd argument (if provided)

License

MIT

Keywords

FAQs

Last updated on 18 Jan 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc