Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Ritesh Singh <1124ritesh@gmail.com>
  • Loading branch information
riteshsingh1 committed Mar 28, 2019
1 parent de9974e commit ff986a8
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 @@ -9,7 +9,7 @@
"client": "cd frontend && npm start",
"client-install": "cd frontend && npm install",
"dev": "concurrently \"npm run server\" \"npm run start\"",
"setup": "npm run client-install && npm run server-install && npm run dev"
"setup": "npm install && npm run client-install && npm run server-install && npm run dev"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ff986a8

Please sign in to comment.