chore(deprecate): Remove unused create-cypress-tests package (#28472)

This commit is contained in:
Jennifer Shehane
2023-12-11 17:23:00 -05:00
committed by GitHub
parent 687dc63538
commit 690801a2fe
74 changed files with 4 additions and 3727 deletions

View File

@@ -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