Skip to content

Commit

Permalink
fix migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaywrigley committed Jan 19, 2024
1 parent 0b2a6dd commit 33bd0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"chat": "supabase start && npm run db-types && npm run dev",
"restart": "supabase stop && npm run chat",
"update": "git pull origin main && npm run db-migrate up && npm run db-types",
"update": "git pull origin main && npm run db-migrate && npm run db-types",
"prepare": "husky install",
"clean": "npm run lint:fix && npm run format:write",
"dev": "next dev",
Expand Down

0 comments on commit 33bd0cb

Please sign in to comment.