Skip to content

Commit

Permalink
hot fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmet AYDIN committed Feb 10, 2020
1 parent 682202f commit f38d81b
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 @@ -11,7 +11,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": "tslint -p tsconfig.json -c tslint.json",
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit f38d81b

Please sign in to comment.