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

feat: update package.json scripts

parent abe9672f
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/app.ts", "dev": "nodemon src/App.ts",
"start": "node dist/app.js", "start": "node dist/App.js",
"build": "npx tsc" "build": "npx tsc"
}, },
"keywords": [], "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