Skip to content

Commit c57eb1a

Browse files
committed
fix: ci action
1 parent 76628d7 commit c57eb1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/contract/scripts/patch-types.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require("node:path");
44

55
const root = path.resolve(__dirname, "..");
66
const distIndex = path.join(root, "dist", "index.d.ts");
7-
const managedDts = "./managed/midnight-setup/contract/index.d.ts";
7+
const managedDts = "./managed/midnight-setup/contract/index";
88

99
const content = [
1010
`export * from "${managedDts}";`,

0 commit comments

Comments
 (0)