fix: docker development path in package.json (#416)

This commit is contained in:
Manuel
2024-05-01 21:10:31 +02:00
committed by GitHub
parent ad1796dc02
commit 48c2473ab3

View File

@@ -16,7 +16,7 @@
"db:migration:mysql:generate": "pnpm -F db migration:mysql:generate",
"db:migration:run": "pnpm -F db migration:run",
"dev": "turbo dev --parallel",
"docker:dev": "docker compose -f ./dev/development.docker-compose.yml up",
"docker:dev": "docker compose -f ./development/development.docker-compose.yml up",
"format": "turbo format --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
"format:fix": "turbo format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache",
"lint": "turbo lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",