Skip to content

Commit

Permalink
fix: npm prod script command (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunocaseiro authored Nov 26, 2022
1 parent efbb8ab commit 2113e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start:dev": "NODE_ENV=local nest start --watch",
"start:staging": "NODE_ENV=staging nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/src/main",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit 2113e20

Please sign in to comment.