Skip to content

Commit

Permalink
chore: ignore more test files from being published (#4441)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Mar 5, 2024
1 parent 021323e commit 660e78e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _tools/convert_to_workspace.ts
Expand Up @@ -231,10 +231,8 @@ for (const pkg of packages) {
version: VERSION,
exports,
exclude: [
"**/test.ts",
"**/test.js",
"**/*_test.ts",
"**/*_test.js",
"**/*_test*.ts",
"**/*_test*.js",
"**/testdata/**",
],
};
Expand Down

0 comments on commit 660e78e

Please sign in to comment.