Files
cypress/npm
Bill Glesias 05c1828b2e fix: correctly discover TypeScript compiler in @cypress/webpack-batteries-included-preprocessor (#32339)
* fix: correctly discover TypeScript compiler in WBIP

* address comments from cursor
2025-08-26 14:28:55 -04:00
..

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 develop. You can read more about this process in CONTRIBUTING.