my yarn version in package.json in project root folder is "packageManager": "yarn@1.22.19+sha256.732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e"
when i run npx taze -r -w, the packageManager was replaced to "packageManager": "yarn@1.22.21"
i hope i can ignore packageManager check but still check for deps in "dependencies" and "devDependencies" in package.json
Clear and concise description of the problem
my yarn version in package.json in project root folder is
"packageManager": "yarn@1.22.19+sha256.732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e"
when i run
npx taze -r -w
, thepackageManager
was replaced to"packageManager": "yarn@1.22.21"
i hope i can ignore packageManager check but still check for deps in "dependencies" and "devDependencies" in package.json
Suggested solution
Will the --exclude parameter solve my problem?
Alternative
No response
Additional context
No response
Validations