Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Add npm run dev "postdev" command to stop docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed Oct 30, 2023
1 parent 2af211d commit 5195fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dev": "npm run dev:build && npm run dev:up",
"dev:build": "docker compose -f docker-compose.development.yml --profile osm_processing build",
"dev:up": "docker compose -f docker-compose.development.yml --profile osm_processing up",
"postdev": "docker compose stop",
"release": "gh pr create --base main --head develop --title \"Release $(date '+%Y-%m-%d')\" --body \"\"",
"test": "chmod +x ./run_tests.sh && ./run_tests.sh",
"cleanup": "docker system prune --force && docker system prune --force --volumes"
Expand Down

0 comments on commit 5195fd9

Please sign in to comment.