Skip to content

Commit

Permalink
Update dev scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
CrypticSignal committed Oct 17, 2024
1 parent f78e59b commit 164a445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"scripts": {
"deploy-frontend": "cd frontend && yarn install && yarn build",
"deploy-backend": "cd backend && yarn deploy",
"dev": "cd docker/dev && docker compose up --build --wait && docker compose alpha watch",
"dev-backend": "cd docker/dev && docker compose up backend --build --wait && docker compose alpha watch",
"dev-frontend": "cd docker/dev && docker compose up frontend --build --wait && docker compose alpha watch"
"dev": "cd docker/dev && docker compose up --build --watch",
"dev-backend": "cd docker/dev && docker compose up backend --build --watch",
"dev-frontend": "cd docker/dev && docker compose up frontend --build --watch"
}
}

0 comments on commit 164a445

Please sign in to comment.