Skip to content

Commit

Permalink
Remove deps and test from npm package.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Oct 5, 2024
1 parent 1a9fb1b commit 6ef3b2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/common/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ 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 6ef3b2d

Please sign in to comment.