Skip to content

Instantly share code, notes, and snippets.

View smithki's full-sized avatar

Ian K Smith smithki

View GitHub Profile
@smithki
smithki / circleci_yarn_starter.yml
Last active November 17, 2019 20:25
An opinionated CircleCI configuration for Yarn-powered NPM modules.
# ---------------------------------------------------------------------------- #
# CI INSTRUCTIONS #
# ~~~~~~~~~~~~~~~ #
# This configuration is optimized for continuous delivery of NPM packages #
# using Yarn and Coveralls. #
# ---------------------------------------------------------------------------- #
# #
# 1) Publish the initial version of your NPM package manually, ensuring the #
# correct org scope and settings. #
# #
@smithki
smithki / circleci_lerna+yarn_starter
Last active July 12, 2024 04:22
An opinionated CircleCI configuration for Lerna + Yarn-powered NPM modules.
# ---------------------------------------------------------------------------- #
# CI INSTRUCTIONS #
# ~~~~~~~~~~~~~~~ #
# This configuration is optimized for continuous delivery of NPM packages #
# using Lerna (fixed version) + Yarn. #
# ---------------------------------------------------------------------------- #
# #
# 1) Install & initialize Lerna: `yarn add -D lerna && lerna init` #
# #
# #