Skip to content

Commit

Permalink
fix: Fixed run path
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Cavanagh committed Jul 21, 2023
1 parent f523be0 commit 0e8e43d
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 @@ -13,7 +13,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",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
Expand Down

0 comments on commit 0e8e43d

Please sign in to comment.