Skip to content

Commit

Permalink
Merge pull request #402 from dajiaji/remove-deps-and-test-from-pkg
Browse files Browse the repository at this point in the history
Remove deps and test from pkg.
  • Loading branch information
dajiaji authored Oct 5, 2024
2 parents 1a9fb1b + 00f4e07 commit 7186787
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/common/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/common",
"version": "0.5.0",
"version": "0.6.0",
"exports": "./mod.ts",
"publish": {
"exclude": [
Expand Down
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 7186787

Please sign in to comment.