Skip to content
Snippets Groups Projects
Commit abe9672f authored by Ajay Nishad's avatar Ajay Nishad
Browse files

feat: update package.json scripts

parent b0e1b65d
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/app.ts",
"start": "node dist/index.js",
"start": "node dist/app.js",
"build": "npx tsc"
},
"keywords": [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment