Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/taisan11/Och
Browse files Browse the repository at this point in the history
  • Loading branch information
taisan11 committed Oct 14, 2024
2 parents 7b59165 + d4454ec commit f08f397
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ jobs:
with:
node-version: lts/*

- name: Setup Bun
uses: oven-sh/setup-bun@v1

- name: Install step
run: "npm i"
run: "bun i"

- name: create data folder
run: "mkdir ./data"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"dev": "bun run --hot src/server.ts"
},
"dependencies": {
"@hono/valibot-validator": "^0.3.1",
"@hono/valibot-validator": "^0.4.0",
"@taisan11/hono-shiftjis": "npm:@jsr/taisan11__hono-shiftjis",
"drizzle-orm": "^0.33.0",
"drizzle-orm": "^0.34.1",
"hono": "^4.6.4",
"iconv-cp932": "^1.2.2",
"nanoid": "^5.0.7",
Expand All @@ -18,6 +18,6 @@
},
"devDependencies": {
"@types/bun": "^1.1.11",
"drizzle-kit": "^0.24.2"
"drizzle-kit": "^0.25.0"
}
}

0 comments on commit f08f397

Please sign in to comment.