Skip to content

Commit

Permalink
Merge #3
Browse files Browse the repository at this point in the history
ci: add tree view
  • Loading branch information
thisjt authored Oct 12, 2024
2 parents d67f9d5 + 7aac2a2 commit d8ec90f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
run: pnpm test
- name: build
run: pnpm build
- name: print tree
uses: jaywcjlove/github-action-folder-tree@main
with:
exclude: 'node_modules|.git'
depth: 3
- name: publish
run: pnpm publish --no-git-checks
env:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hono-file-router",
"version": "0.0.2",
"version": "0.0.3",
"description": "File-based router for easier route management for hono.",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand All @@ -18,7 +18,7 @@
"private": false,
"scripts": {
"dev": "pkgroll --watch",
"build": "pkgroll",
"build": "pkgroll --minify --sourcemap=inline",
"test": "echo \"no test for now\""
},
"keywords": [
Expand Down

0 comments on commit d8ec90f

Please sign in to comment.