Skip to content

Commit

Permalink
Merge pull request #43 from loryblu/hotfix/build-dir
Browse files Browse the repository at this point in the history
hotfix: build dir
  • Loading branch information
viniciuscosmome committed Dec 12, 2023
2 parents 8cf5d2f + ce7b5e5 commit 1e6c505
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 1e6c505

Please sign in to comment.