Skip to content

Commit

Permalink
Update setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoltjoker committed Mar 11, 2024
1 parent c96ba0b commit 25e1980
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 @@
"start": "concurrently \"npm run start-server\" \"npm run start-client\"",
"start-server": "cd server && npm run dev",
"start-client": "cd client && npm run dev",
"setup": "npm run setup-server && npm run setup-client",
"setup": "npm i && npm run setup-server && npm run setup-client",
"setup-server": "cd server && npm i",
"setup-client": "cd client && npm i"
},
Expand Down

0 comments on commit 25e1980

Please sign in to comment.