mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
fix(schema): ignore pnpm store directory
resolves https://github.com/nuxt/nuxt/issues/22910
This commit is contained in:
parent
a6f845d1ec
commit
3510cedc3f
@ -351,7 +351,7 @@ export default defineUntypedSchema({
|
|||||||
'**/*.stories.{js,cts,mts,ts,jsx,tsx}', // ignore storybook files
|
'**/*.stories.{js,cts,mts,ts,jsx,tsx}', // ignore storybook files
|
||||||
'**/*.{spec,test}.{js,cts,mts,ts,jsx,tsx}', // ignore tests
|
'**/*.{spec,test}.{js,cts,mts,ts,jsx,tsx}', // ignore tests
|
||||||
'**/*.d.{cts,mts,ts}', // ignore type declarations
|
'**/*.d.{cts,mts,ts}', // ignore type declarations
|
||||||
'**/.{vercel,netlify,output,git,cache,data}',
|
'**/.{pnpm-store,vercel,netlify,output,git,cache,data}',
|
||||||
relative(await get('rootDir'), await get('analyzeDir')),
|
relative(await get('rootDir'), await get('analyzeDir')),
|
||||||
relative(await get('rootDir'), await get('buildDir')),
|
relative(await get('rootDir'), await get('buildDir')),
|
||||||
await get('ignorePrefix') && `**/${await get('ignorePrefix')}*.*`
|
await get('ignorePrefix') && `**/${await get('ignorePrefix')}*.*`
|
||||||
|
Loading…
Reference in New Issue
Block a user