Skip to content

Commit

Permalink
Merge pull request #39 from timi-codes/chore/final-cleanup
Browse files Browse the repository at this point in the history
update production script
  • Loading branch information
timi-codes authored Oct 10, 2024
2 parents 6c954f3 + 5c49984 commit 46d000c
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 @@ -12,7 +12,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",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit 46d000c

Please sign in to comment.