Skip to content

Commit

Permalink
mention build command on backend
Browse files Browse the repository at this point in the history
  • Loading branch information
amitamrutiya committed Nov 11, 2023
1 parent d12e771 commit 1cc1370
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "jest"
"test": "jest",
"build": "npm i"
},
"keywords": [],
"author": "",
Expand All @@ -32,4 +33,4 @@
"devDependencies": {
"jest": "^29.7.0"
}
}
}

0 comments on commit 1cc1370

Please sign in to comment.