Skip to content

Commit

Permalink
Add test and build scripts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Vashishth committed Oct 25, 2024
1 parent ac1d17a commit 0172c34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"main": "server.js",
"scripts": {
"start": "node server.js"
"test": "echo 'Error: no test specified' && exit 1", // Temporary placeholder
"build": "echo 'Build process here'" // Temporary placeholder
},
"dependencies": {
"express": "^4.18.2",
Expand Down

0 comments on commit 0172c34

Please sign in to comment.