Skip to content

Commit

Permalink
Merge pull request #36 from AishwaryVishwakarma/staging
Browse files Browse the repository at this point in the history
chore(scripts): Added script to run web & server from root folder
  • Loading branch information
AishwaryVishwakarma authored Feb 11, 2024
2 parents b20028b + 8862253 commit e8725eb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"cms"
],
"scripts": {
"web": "npm --workspace=web run dev",
"server": "npm --workspace=server run dev",
"build-web": "npm --workspace=web run build",
"build-server": "npm --workspace=server run build",
"start-web": "npm --workspace=web run start",
"start-server": "npm --workspace=server run start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
Expand All @@ -22,6 +28,5 @@
"url": "https://github.com/AishwaryVishwakarma/Netflix/issues"
},
"dependencies": {},
"devDependencies": {},
"prettier": {}
"devDependencies": {}
}

0 comments on commit e8725eb

Please sign in to comment.