Skip to content

Commit

Permalink
Rely on .npmignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Oct 6, 2024
1 parent 4ed5a3b commit bb5683f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/common/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,3 @@ await build({
// post build steps
Deno.copyFileSync("LICENSE", "../../npm/packages/common/LICENSE");
Deno.copyFileSync("README.md", "../../npm/packages/common/README.md");
await emptyDir("../../npm/packages/common/esm/deps");
await emptyDir("../../npm/packages/common/esm/test");
await emptyDir("../../npm/packages/common/script/deps");
await emptyDir("../../npm/packages/common/script/test");

0 comments on commit bb5683f

Please sign in to comment.