mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-27 19:39:29 -06:00
chore(deprecate): Remove unused create-cypress-tests package (#28472)
This commit is contained in:
@@ -140,7 +140,7 @@ export const replaceLocalNpmVersions = async function (basePath: string) {
|
||||
let shouldWriteFile = false
|
||||
|
||||
for (const [depName, version] of Object.entries(dependencies)) {
|
||||
const matchedPkg = Boolean(depName.startsWith('@cypress/') || depName === 'create-cypress-tests')
|
||||
const matchedPkg = Boolean(depName.startsWith('@cypress/'))
|
||||
|
||||
if (!matchedPkg || version !== '0.0.0-development') {
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user