Skip to content

Commit 2e06b84

Browse files
authoredMar 20, 2024
fix(codegen): include babel.config.json in the published package (#6075)
1 parent 2163ff0 commit 2e06b84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎packages/@sanity/codegen/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"files": [
4646
"lib",
4747
"src",
48-
"!**/__tests__/**"
48+
"!**/__tests__/**",
49+
"babel.config.json"
4950
],
5051
"scripts": {
5152
"prebuild": "run-s clean",

0 commit comments

Comments
 (0)