Skip to content

Commit

Permalink
Add --force to db:push
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRickyZhang committed Feb 11, 2025
1 parent 8cd5475 commit e850927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "concurrently \"bun run db:push\" \"bunx dotenv-cli -- vinxi build\"",
"build": "concurrently \"bun run db:push\" \"bunx dotenv -- vinxi build\"",
"start": "vinxi start",
"fix": "concurrently \"bun run lint:js:fix\" \"bun run lint:fmt:fix\"",
"generate": "bun run src/client/assets/generateImageMaps.ts",
Expand All @@ -19,7 +19,7 @@
"test": "vitest --run",
"test:watch": "vitest",
"clean": "git clean -xdf -e .env -e local.db",
"db:push": "bun x drizzle-kit push --yes",
"db:push": "bun drizzle-kit push --force",
"db:generate": "drizzle-kit generate",
"db:local:init": "node scripts/initDb.mjs",
"db:local:seed": "node scripts/seed.mjs",
Expand Down Expand Up @@ -89,7 +89,7 @@
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"concurrently": "^9.1.2",
"drizzle-kit": "^0.28.1",
"eslint": "^9.10.0",
"eslint-import-resolver-typescript": "^3.6.3",
Expand Down

0 comments on commit e850927

Please sign in to comment.