Skip to content

Commit

Permalink
chore(clean): Don't clean inside nested node_modules (#11096)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Jul 26, 2024
1 parent 9f1eaba commit ff25de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/clean.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ await $`yarn clean:prisma`

await rimraf('packages/**/dist', {
glob: {
ignore: 'packages/**/{fixtures,__fixtures__}/**/dist',
ignore: 'packages/**/{fixtures,__fixtures__,node_modules}/**/dist',
},
})

Expand Down

0 comments on commit ff25de3

Please sign in to comment.