Skip to content

Commit

Permalink
chore: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ZTL-UwU committed Mar 21, 2024
1 parent df9bf6a commit 5a78172
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: bun install

- name: Build
run: bun run build
run: NITRO_PRESET="bun" bun run build

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
run: bun install

- name: Run Lint
run: NITRO_PRESET="bun" bun run eslint . --no-fix
run: bun run eslint . --no-fix
Binary file modified bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"db:push": "drizzle-kit push:sqlite"
},
"dependencies": {
"@libsql/client": "^0.5.3",
"@nuxt/image": "^1.4.0",
"@pinia/nuxt": "^0.5.1",
"@trpc/client": "^10.45.0",
Expand Down

0 comments on commit 5a78172

Please sign in to comment.