Skip to content

Commit

Permalink
Update start script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ellispinsky committed Apr 30, 2024
1 parent d1038dd commit 3100e3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"scripts": {
"start": "concurrently \"npm run start --prefix front-end\" \"npm run start --prefix back-end\""
},
"start": "concurrently \"cd front-end && npm start\" \"cd back-end && npm start\""
}
,
"dependencies": {
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
Expand Down

0 comments on commit 3100e3c

Please sign in to comment.