diff --git a/_tasks/dnt.ts b/_tasks/dnt.ts index 13ad50568..0e2121661 100755 --- a/_tasks/dnt.ts +++ b/_tasks/dnt.ts @@ -38,7 +38,7 @@ const allFiles = [] for await ( const { path } of fs.walkSync(".", { exts: [".ts"], - skip: [/\.test\.ts$/, /^(target|_tasks|examples)\//], + skip: [/\.test\.ts$/, /^(target|_tasks|examples)\//, /^nets\.ts$/], includeDirs: false, }) ) allFiles.push(`./${path}`)