Skip to content

Commit

Permalink
build: use Drizzle Kit instead of custom migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Jun 4, 2024
1 parent ad1bf11 commit 4aa76e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
Binary file modified bun.lockb
Binary file not shown.
42 changes: 0 additions & 42 deletions migrate.ts

This file was deleted.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,17 @@
"format:write": "bun run format --write",
"lint": "biome check .",
"lint:fix": "biome check . --apply-unsafe",
"migrate": "bun ./migrate.ts",
"migrate": "drizzle-kit migrate",
"migrate:create": "drizzle-kit generate",
"test": "bun run lint && bun run format && turbo run build type-check",
"type-check": "turbo run type-check"
},
"dependencies": {
"drizzle-kit": "0.22.1",
"envalid": "8.0.0",
"pg": "8.11.3",
"pino": "9.1.0",
"pino-pretty": "10.3.1"
"envalid": "8.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@types/pg": "8.11.4",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.5.0",
"prettier-plugin-tailwindcss": "0.6.1",
Expand Down

0 comments on commit 4aa76e1

Please sign in to comment.