Skip to content

Commit

Permalink
package.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Richmond-Andoh committed Apr 10, 2024
1 parent 35fea34 commit c8c44cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "server.js",
"type": "module",
"scripts": {
"dev": "nodemon server/server.js"
"dev": "nodemon server/server.js",
"build": "npm install && npm install --prefix client && npm run build --prefix client",
"start": "node server/server.js"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit c8c44cf

Please sign in to comment.