Skip to content

Commit

Permalink
removed concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohn198 committed Jun 5, 2024
1 parent ed5fb94 commit d7170cf
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": {
"test": "jest",
"build": "cd packages/react-frontend && npm run build",
"start": "concurrently \"cd packages/express-backend && npm start\" \"cd packages/react-frontend && npm start\"",
"start": "cd packages/express-backend && npm start",
"dev": "concurrently \"cd packages/express-backend && npm run dev\" \"cd packages/react-frontend && npm run dev\"",
"prettier": "npx prettier . --write",
"eslint": "npx eslint ."
Expand Down

0 comments on commit d7170cf

Please sign in to comment.