Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thebkht committed Oct 25, 2023
1 parent 8c121dc commit 10e3fd3
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 @@ -10,7 +10,7 @@
"db:migrate": "TS_NODE_COMPILER_OPTIONS='{ \"module\": \"commonjs\" }' knex migrate:latest",
"db:migrate:undo": "TS_NODE_COMPILER_OPTIONS='{ \"module\": \"commonjs\" }' knex migrate:down",
"db:migrate:make": "TS_NODE_COMPILER_OPTIONS='{ \"module\": \"commonjs\" }' knex migrate:make",
"vercel-build": "npx prisma generate && npx prisma migrate dev && next build"
"vercel-build": "npx prisma generate && npx prisma migrate deploy && next build"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.5",
Expand Down

0 comments on commit 10e3fd3

Please sign in to comment.