Update peer-deps.ts
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
@@ -104,11 +104,6 @@ export default async ({ fix }: { fix: boolean }) => {
|
||||
const packagesWithRelevantDependencies = [];
|
||||
|
||||
for (const pkg of packages) {
|
||||
if (pkg.dir.includes('canon-website')) {
|
||||
// Canon website is a special case and should not be checked.
|
||||
continue;
|
||||
}
|
||||
|
||||
if (isStandaloneApplication(pkg.packageJson as ExtendedPackageJSON)) {
|
||||
// Standalone applications are not expected to have peer dependencies.
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user