Skip to content

Instantly share code, notes, and snippets.

@koshuang
koshuang / circleci_lerna+yarn_starter
Created June 7, 2021 22:43 — forked from smithki/circleci_lerna+yarn_starter
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` #
# #
# #