Skip to content

Commit

Permalink
Fixed Build Command (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal authored and Bilal committed Dec 17, 2023
1 parent 23a9cc7 commit c00ac5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js",
"build": "npm app.js"
"build": "node app.js"
},
"dependencies": {
"bcrypt": "^5.1.1",
Expand Down

0 comments on commit c00ac5d

Please sign in to comment.