Skip to content

Commit

Permalink
update the package.json by deleting some of the scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanMendez01 committed Dec 6, 2023
1 parent af5ed65 commit e86c119
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 @@
"private": true,
"scripts": {
"start": "node app.js",
"lint": "standard"
"lint": "standard",
"build": "node app.js"
},
"dependencies": {
"async": "^3.0.12",
Expand Down

0 comments on commit e86c119

Please sign in to comment.