Skip to content

Commit

Permalink
Merge pull request #11 from GlideRide-online/patch-01
Browse files Browse the repository at this point in the history
added build command
  • Loading branch information
Akshat2Jain authored Dec 10, 2023
2 parents 523d4ca + fdc44a7 commit 28ff089
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon index.js"
"server": "nodemon index.js",
"build": "npm run build"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 28ff089

Please sign in to comment.