Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99ff289

Browse files
authored
fix: Add missing index.d.ts to published files in core-bridge package (temporalio#347)
1 parent b8c9df9 commit 99ff289

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core-bridge/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"releases",
3232
"sdk-core",
3333
"Cargo.toml",
34-
"Cargo.lock"
34+
"Cargo.lock",
35+
"index.d.ts"
3536
],
3637
"publishConfig": {
3738
"access": "public"

0 commit comments

Comments
 (0)