Skip to content

Commit

Permalink
change start script
Browse files Browse the repository at this point in the history
  • Loading branch information
drgorb committed Mar 19, 2023
1 parent 3434c7b commit 092d36d
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 @@ -6,7 +6,7 @@
"scripts": {
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'test/**/*.ts'",
"build": "npx tsc",
"start": "node dist/index.js",
"start": "node dist/src/index.js",
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/index.js\""
},
"keywords": [],
Expand Down

0 comments on commit 092d36d

Please sign in to comment.