Skip to content

Commit

Permalink
github actions fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs224 committed May 17, 2024
1 parent 064ff78 commit eb1bd0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@jcs224/hono-sessions",
"version": "0.5.7",
"version": "0.5.8",
"exports": "./mod.ts"
}
4 changes: 4 additions & 0 deletions extras/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/src/
test_runner.js
yarn.lock
pnpm-lock.yaml
3 changes: 2 additions & 1 deletion scripts/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ await build({

// post build steps
Deno.copyFileSync("LICENSE", "npm/LICENSE");
Deno.copyFileSync("README.md", "npm/README.md");
Deno.copyFileSync("README.md", "npm/README.md");
Deno.copyFileSync("extras/.npmignore", "npm/.npmignore")

0 comments on commit eb1bd0c

Please sign in to comment.