Skip to content

Commit

Permalink
updated the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-byiringiro committed Dec 19, 2024
1 parent c3f13bf commit 5d4d261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"serve": "vite preview",
"serve": "vite preview --port $PORT --host",
"lint": "eslint .",
"test": "jest src",
"test:cover": "jest --coverage",
Expand Down

0 comments on commit 5d4d261

Please sign in to comment.