Skip to content

Commit

Permalink
Remove bad JSON code
Browse files Browse the repository at this point in the history
  • Loading branch information
RileySeaburg committed Mar 23, 2021
1 parent 1f0f170 commit 41e78f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@
"license": "MIT",
"private": false,
"scripts": {
<<<<<<< HEAD
"dev": "yarn && concurrently \"yarn dev:backend\" \"yarn dev:frontend\"", "dev:backend": "cd backend && docker-compose up",
=======
"dev": "yarn && concurrently \"yarn dev:backend\" \"yarn dev:frontend\"",
"dev:backend": "cd backend && docker-compose up",
>>>>>>> Update Readme and Scripts
"dev:frontend": "cd frontend && yarn && yarn upgrade && yarn dev"
},
"devDependencies": {
Expand Down

0 comments on commit 41e78f7

Please sign in to comment.