Skip to content

Commit 8eb7396

Browse files
authoredFeb 28, 2025··
chore: exclude mocks and fixtures from bundle (#8801)
1 parent 54af2dd commit 8eb7396

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎packages/sanity/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@
126126
"static",
127127
"!**/__test__/**",
128128
"!**/__tests__/**",
129+
"!**/__mocks__/**",
130+
"!**/__fixtures__/**",
129131
"!**/__workshop__/**",
130132
"desk.js",
131133
"presentation.js",

0 commit comments

Comments
 (0)
Please sign in to comment.