This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ---------------------------------------------------------------------------- # | |
# 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` # | |
# # | |
# # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ---------------------------------------------------------------------------- # | |
# 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. # | |
# # |