Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
build step added
  • Loading branch information
amolbhosale10 authored Jul 13, 2023
1 parent 59a91a1 commit c8c1cba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Real Time Chat With NodeJS, Socket.io and ExpressJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo "running Application""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c8c1cba

Please sign in to comment.