Skip to content

Commit

Permalink
make requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakDev12 committed Jul 24, 2024
1 parent ee0db5a commit 9be7b1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"install:backend": "poetry install --no-root",
"install:frontend": "cd frontend && yarn",
"lint:frontend": "cd frontend && yarn lint",
"start": "dotenv -e .env -- yarn electron .",
"start": "yarn electron .",
"dev": "dotenv -e .env -- yarn start",
"start:frontend": "cd frontend && yarn start",
"test:frontend": "cd frontend && yarn test",
"download-binaries": "sh download_binaries.sh x64"
Expand Down

0 comments on commit 9be7b1f

Please sign in to comment.