Skip to content

Commit

Permalink
feat: add license in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Aug 12, 2024
1 parent 59d778b commit 01839c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions esbuild.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@ esbuild.build({
to: ["."],
},
}),
copy({
assets: {
from: ["./lib/LICENSE", "./lib/package.json"],
to: ["."],
},
}),
],
});

0 comments on commit 01839c4

Please sign in to comment.