Update @carbon/cli
to ESM
#17194
Labels
proposal: accepted
This request has gone through triaging and we are accepting PR's against it.
role: dev 🤖
type: enhancement 💡
type: infrastructure 🤖
Issues relating to devops, tech debt, etc.
@carbon/cli
houses a broad collection of commands used throughout the repository. This package needs to be updated to ESM so we can take updates for it's various dependencies. Many are moving to ESM-only versions leaving us unable to update. Once example isexeca
.Commands
Many commands within the package are used currently within the repo. Things like generating our changelogs, generating sass docs, running checks in ci, etc. Some commands are intended to be external-facing, such as
contribute
. It aimed to assist new contributors to Carbon with getting started, such as setting up their fork and other tasks. Some are no longer used, likepublish
.Tasks
Resources
The text was updated successfully, but these errors were encountered: