Files
cypress/npm
nyghtly-derek b2a2e50863 fix: fix behavior when only using inverted tags (#24413)
* fix behavior when only using inverted tags

* fix: fix behavior when only using inverted tags

* yarn lint --fix ./npm/grep

Co-authored-by: Matt Schile <mschile@cypress.io>
Co-authored-by: Ryan Manuel <ryanm@cypress.io>
Co-authored-by: Blue F <blue@cypress.io>
2022-12-08 14:49:14 -08:00
..
2022-12-02 18:42:43 -05: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.