Chipper CI Updates

Latest updates from Chipper CI

Using Stripe's Mock Server

Let's mock what we don't own! Stripe provides a mock API server you can use to help speed up your tests. Let's see how to use it!

August 22nd, 2022

Prevent Accidental Email Sends

Sending emails in non-production environments is common. This embarassing mistake happens a lot in tests AND staging environments. Here's a list of ways to avoid it.

August 11th, 2022

Case Sensitive File System Errors

You probably develop on a case-insensitive file system, which is disguising errors that will crop up in CI and production.

August 4th, 2022

Node-sass and Node-gyp Errors

Node is a trouble maker! Make no mistake, it's errors lead to confusion and frustration! Here's some clarification on a common error related to node-gyp.

July 19th, 2022

A Lot Less Node with Airdrop

I’m on a mission to use NodeJS the least amount possible. Why? Because it slows down people’s builds.

July 4th, 2022

Build Triggers in your Yaml

A new section in your Yaml configuration file can now determine what actions now trigger a build. More power!

June 28th, 2022

Maybe Don't Use NodeJS

Imagine the time you'd save if you didn't have to build static assets in your CI pipeline?

June 24th, 2022

Remote Docker

Chipper CI provides Docker in remote docker instances. Here's how that works.

June 20th, 2022