Skip to content

Commit

Permalink
adding scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndi-Shema committed Jul 28, 2024
1 parent d6320da commit 40d2647
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "jest",
"lint": "eslint ."
"start": "node src/server.js",
"dev": "nodemon src/server.js",
"lint": "eslint .",
"test": "jest"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 40d2647

Please sign in to comment.