Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Add readme.md to dist (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom authored Aug 11, 2022
2 parents b1a83c3 + 0cc0fba commit 4ad048b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ await write(
JSON.stringify(packageJSON, null, 2) + "\n"
);

await write(
resolve(folder, "README.md"),
await file(resolve(import.meta.dir, "..", "README.md")).text()
)

export {};

import "../index";

0 comments on commit 4ad048b

Please sign in to comment.