Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Update _tasks/dnt.ts
Browse files Browse the repository at this point in the history
Co-authored-by: T6 <[email protected]>
  • Loading branch information
harrysolovay and tjjfvi authored Jun 15, 2023
1 parent 8cc16b1 commit 76f5981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tasks/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const allFiles = []
for await (
const { path } of fs.walkSync(".", {
exts: [".ts"],
skip: [/\.test\.ts$/, /^(target|_tasks|examples)\//, /nets\.ts/],
skip: [/\.test\.ts$/, /^(target|_tasks|examples)\//, /^nets\.ts$/],
includeDirs: false,
})
) allFiles.push(`./${path}`)
Expand Down

0 comments on commit 76f5981

Please sign in to comment.