mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-29 19:41:16 -05:00
a710aaf154
* chore: add docs to npm directory * Fix binary build failure caused by non-JSON file at `/npm` * chore: simplify docs * revert * fix build Co-authored-by: Mike Plummer <mikep@cypress.io>
597 B
597 B
npm
This directory contains packages that are both used internally inside the Cypress monorepo packages and also published independently on npm under the Cypress organization using the @cypress prefix. For example, vite-dev-server is published as @cypress/vite-dev-server.
These are automatically released based on Semantic Version commit message prefixes (feat, chore etc). A package is automatically released when changes are merged into master. You can read more about this process in CONTRIBUTING.