feat(package.json): added command to drop volumes (#4633)

Co-authored-by: Daniel Gak Anagrov <daniel@speckle.systems>
This commit is contained in:
Daniel Gak Anagrov
2025-04-30 15:39:22 +02:00
committed by GitHub
parent c060d6097d
commit e3a09a932d
+1
View File
@@ -21,6 +21,7 @@
"dev:docker": "docker compose -f ./docker-compose-deps.yml",
"dev:docker:up": "docker compose -f ./docker-compose-deps.yml up -d",
"dev:docker:down": "docker compose -f ./docker-compose-deps.yml down",
"dev:docker:down:volumes": "docker compose -f ./docker-compose-deps.yml down --volumes",
"dev:docker:restart": "yarn dev:docker:down && yarn dev:docker:up",
"dev:kind:up": "ctlptl apply --filename ./.circleci/deployment/cluster-config.yaml",
"dev:kind:down": "ctlptl delete -f ./.circleci/deployment/cluster-config.yaml",