Skip to content

Commit

Permalink
fix(publishing): do not publish benchmarks folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Jan 17, 2024
1 parent 45896ab commit f2fbc36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"outDir": "./build"
},
"include": ["./ts"],
"exclude": ["**/__tests__/**", "**/__tests__/**/*.test.ts"]
"exclude": ["**/__tests__/**", "**/__tests__/**/*.test.ts", "**/__benchmarks__/**"]
}
2 changes: 1 addition & 1 deletion crypto/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"outDir": "./build"
},
"include": ["./ts"],
"exclude": ["**/__tests__/**", "**/__tests__/**/*.test.ts"]
"exclude": ["**/__tests__/**", "**/__tests__/**/*.test.ts", "**/__benchmarks__/**"]
}

0 comments on commit f2fbc36

Please sign in to comment.