Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lelouchB committed Mar 1, 2024
1 parent 19d07cd commit 82ec759
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 @@ -5,7 +5,7 @@
"start": "npm run build:frontend && npm run start:backend",
"dev": "npm run build:frontend && npm run dev:backend",
"dev:backend": "npm run dev --prefix backend",
"build": "npm run build:frontend && npm run build:backend",
"build": "npm run build:frontend",
"install": "npm run install:frontend && npm run install:backend",
"install:frontend": "npm install --prefix frontend",
"install:backend": "npm install --prefix backend",
Expand Down

0 comments on commit 82ec759

Please sign in to comment.