Skip to content

Commit 8b3c084

Browse files
authored
fix: add builder/src/ folder to package build (usecannon#491)
1 parent 0db8961 commit 8b3c084

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/builder/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [
8-
"dist"
8+
"dist",
9+
"src"
910
],
1011
"scripts": {
1112
"test": "jest",

0 commit comments

Comments
 (0)