Skip to content

Commit

Permalink
Update dev:python script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Miller committed Feb 6, 2024
1 parent 7070ab3 commit f72d668
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 @@ -41,7 +41,7 @@
"build": "",
"dev": "concurrently -n \"NEXT,ELECTRON,FLASK\" -c \"yellow,blue,green\" \"next dev\" \"electron .\" \"python3 backend/server.py\"",
"dev:next": "next dev",
"dev:python": "cd ./backend && poetry shell; cd ..; python3 backend/server.py",
"dev:python": "python3 backend/server.py",
"install": "yarn install:javascript && yarn install:python",
"install:javascript": "yarn install --ignore-scripts",
"install:python": "cd ./backend; poetry --no-root install",
Expand Down

0 comments on commit f72d668

Please sign in to comment.