Skip to content

Commit 20ee39a

Browse files
committed
Add provenance option for types
1 parent badb739 commit 20ee39a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/generate-types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ export type Dictionary<T> = Record<string, T>;
245245
},
246246
publishConfig: {
247247
access: "public",
248+
registry: "https://registry.npmjs.org/",
249+
provenance: true,
248250
},
249251
};
250252

0 commit comments

Comments
 (0)