Skip to content

Commit d4a9142

Browse files
fb55Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent db09ba0 commit d4a9142

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@
4242
"files": [
4343
"dist",
4444
"src",
45-
"!**/*.spec.ts"
45+
"!**/*.spec.ts",
46+
"!src/**/__tests__/**",
47+
"!src/**/__fixtures__/**",
48+
"!src/**/__snapshots__/**"
4649
],
4750
"scripts": {
4851
"build": "tsc",

0 commit comments

Comments
 (0)