Giter VIP home page Giter VIP logo

is-ci's Issues

add information on what CI is running

I want to use this module to customize the behavior of my product to fit the environment.

I would be helpful If I could get the name of the CI environment I'm running in, not just a boolean flag.

Error deploying Express app with 'fast-two-sms' package on Vercel due to 'is-ci' module not found

I am currently attempting to deploy an Express app on Vercel as a Serverless function. To handle SMS functionality, I have integrated the 'fast-two-sms' package into my project. However, during the deployment process on Vercel, I encountered an error stating that the 'is-ci' module was not found. I suspect that this issue may be related to the case-sensitive file system of Vercel, as mentioned in their documentation: https://vercel.com/guides/how-do-i-resolve-a-module-not-found-error.

Support TFS Build

As documented here, Team Foundation Server and Visual Studio Online use the TF_BUILD environment variable, rather than CI.

Negative check is-not-ci?

I want to run some script only if it's not in CI.

I've used this:

{
    "is-not-ci": "npx -y --package \"is-ci\" --call \"node -e \\\"process.exit(require(\\\\\\\"is-ci\\\\\\\") ? 1 : 0)\\\"\"",
    "postinstall": "npm run is-not-ci && npm run blabla",
}

Is there any better option?

(needs to be cross-platform: Win and Linux)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.