Skip to content

Commit ce31f95

Browse files
inlinedRobert-Jan Huijsman
authored andcommitted
manually add datastore.ts to release builds because it is not included by index.ts (#139)
1 parent 4d17a54 commit ce31f95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.release.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"files": [
1515
"src/index.ts",
16+
"src/providers/datastore.ts",
1617
"src/testing.ts"
1718
]
1819
}

0 commit comments

Comments
 (0)