Skip to content

Commit

Permalink
update yarn dev:backend
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Feb 27, 2024
1 parent f3708e5 commit c4562c9
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 @@ -54,7 +54,7 @@
},
"scripts": {
"build:frontend": "cd frontend && yarn build && rm -rf ../electron/.next && cp -r .next ../electron/.next",
"dev:backend": "cd backend && poetry run python operate/cli.py",
"dev:backend": "poetry run python operate/cli.py",
"dev:frontend": "cd frontend && yarn dev",
"dev:hardhat": "npx hardhat node",
"install-deps": "yarn && concurrently \"yarn install:backend\" \"yarn install:frontend\" ",
Expand Down

0 comments on commit c4562c9

Please sign in to comment.