Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
orimiles5 committed Jul 27, 2023
1 parent 946ad05 commit f358346
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 @@ -12,7 +12,7 @@
"install:all": "npm run install:frontend && npm run install:backend && npm run install:e2e",
"install:frontend": "cd ./apps/frontend && npm i",
"install:backend": "cd ./apps/backend && npm i",
"install:e2e": "cd ./e2e && npm i && npx playwright install --with-deps",
"install:e2e": "cd ./e2e && npm i && npx playwright install --with-deps",
"start:frontend": "npm --prefix ./apps/frontend run start",
"start:backend": "npm --prefix ./apps/backend run start",
"start:dev": "concurrently --kill-others \"npm:dev --prefix ./apps/frontend\" \"npm:start:dev --prefix ./apps/backend\"",
Expand Down

0 comments on commit f358346

Please sign in to comment.