Skip to content

Commit

Permalink
maint: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Feb 29, 2024
1 parent 7a6958e commit 5d8949f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ async function main() {
{
...pkg,
files: ["dist-*/**", "bin/**"],
// Tooling currently are having issues with the "exports" field, ex: TypeScript, eslint
// We add a `main` and `types` field to the package.json for the time being
// See https://github.com/octokit/core.js/pulls/662
main: "dist-bundle/index.js",
types: "dist-types/index.d.ts",
exports: {
Expand Down

0 comments on commit 5d8949f

Please sign in to comment.