Skip to content

Commit a22eac6

Browse files
committed
chore: limit published files
1 parent d3cdb59 commit a22eac6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,8 @@
5353
"@prisma/adapter-pg": ">=4 <8",
5454
"prisma": ">=4 <8",
5555
"vitest": ">=4 <5"
56-
}
56+
},
57+
"files": [
58+
"dist"
59+
]
5760
}

0 commit comments

Comments
 (0)