Skip to content

Commit

Permalink
Merge pull request #44 from loryblu/homologation
Browse files Browse the repository at this point in the history
sync: homologation
  • Loading branch information
viniciuscosmome committed Dec 13, 2023
2 parents f99c413 + 1e6c505 commit d8a1542
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 @@ -8,7 +8,7 @@
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"start:prod": "node dist/src/main",
"dev": "npm run prisma:migrate && npm run prisma:generate && npm run prisma:seed && npm run start:dev",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "dotenv -e .env -- jest",
Expand Down

0 comments on commit d8a1542

Please sign in to comment.