Skip to content

Commit

Permalink
fix: 🐛 fix root package npm run dev (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Alexander Strømseng authored and GitHub committed Jun 14, 2024
1 parent 1e497fd commit 70fa07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"frontend": "cd frontend && npm run dev",
"backend": "cd backend && npm run develop",
"dev": "concurrently \"npm run server\" \"npm run client\""
"dev": "concurrently \"npm run backend\" \"npm run frontend\""
},
"author": "",
"license": "",
Expand Down

0 comments on commit 70fa07d

Please sign in to comment.