Skip to content

Commit

Permalink
remove-migrate (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmamaqi authored Dec 10, 2024
1 parent a4768ed commit e527494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prisma:migrate:reset": "prisma migrate reset --force",
"test": "vitest --no-threads",
"up": "cd ../../scripts && ./up_wiki.sh && cd ../services/wiki && npm run prisma:migrate:reset",
"start:prod": "prisma migrate deploy && node dist/server.js"
"start:prod": "node dist/server.js"
},
"devDependencies": {
"@types/bcrypt": "5.0.0",
Expand Down

0 comments on commit e527494

Please sign in to comment.