docs(misc): ignore dependency on @nx/next and @nx/jest since they are not the workspace packages (#17423)

This commit is contained in:
Jack Hsu 2023-06-05 15:58:32 -04:00 committed by GitHub
parent bbb64f8ca4
commit fe27b87327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
/* eslint-disable */
// Ignore @nx/jest dependency since it is the installed version not the one in the workspace
// nx-ignore-next-line
import nxPreset from '@nx/jest/preset';
module.exports = {

View File

@ -1,4 +1,6 @@
const path = require('path');
// Ignore @nx/next dependency since it is the installed version not the one in the workspace
// nx-ignore-next-line
const { createGlobPatternsForDependencies } = require('@nx/next/tailwind');
if (!createGlobPatternsForDependencies(__dirname).length)