docs(misc): ignore dependency on @nx/next and @nx/jest since they are not the workspace packages (#17423)
This commit is contained in:
parent
bbb64f8ca4
commit
fe27b87327
@ -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 = {
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user