Skip to content

Commit

Permalink
fix: db push pull script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawangg committed Nov 15, 2023
1 parent 5d6f81c commit a1df2ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"format:fix": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"unlighthouse:dev": "pnpm dlx unlighthouse --site localhost:3000",
"db:push": "drizzle-kit push:pg",
"db:pull": "drizzle-kit introspect:pg",
"db:push": "cross-env SKIP_ENV_VALIDATION=true drizzle-kit push:pg",
"db:pull": "cross-env SKIP_ENV_VALIDATION=true drizzle-kit introspect:pg",
"db:studio": "cross-env SKIP_ENV_VALIDATION=true drizzle-kit studio --host 127.0.0.1 --port 3001"
},
"dependencies": {
Expand Down

0 comments on commit a1df2ff

Please sign in to comment.