Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
revamp script npm run serve
  • Loading branch information
Abdi-01 authored Jun 20, 2024
1 parent ff12fd9 commit 643c8a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"serve": "next start",
"serve": "next start -p $PORT",
"lint": "next lint",
"test": "npx cypress verify & cypress run --component"
},
"dependencies": {
"next": "14.0.4",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"cross-env": "^7.0.3"
},
"devDependencies": {
"@types/node": "^20",
Expand Down

0 comments on commit 643c8a0

Please sign in to comment.