Skip to content

Commit

Permalink
Merge pull request #408 from dajiaji/trust-npmignore
Browse files Browse the repository at this point in the history
Rely on .npmignore.
  • Loading branch information
dajiaji authored Oct 6, 2024
2 parents 4ed5a3b + bb5683f commit a1d19ab
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 a1d19ab

Please sign in to comment.