Skip to content

Commit

Permalink
Fixed package.json build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Struck713 committed Jul 22, 2023
1 parent b21f4cd commit 87ca930
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "npx tsc",
"start": "node dist/app.js",
"start": "node dist/src/app.js",
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/src/app.js\""
},
"author": "Struck713",
Expand Down

0 comments on commit 87ca930

Please sign in to comment.