Skip to content

Commit

Permalink
add pnpm db:start to pnpm dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Jan 15, 2024
1 parent 3ad6409 commit 148f2f7
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 @@ -10,7 +10,7 @@
"db:reset": "pnpm db:clear && pnpm db:start && pnpm db:populate",
"db:start": "docker compose up -d",
"db:stop": "docker compose down",
"dev": "dotenv -- turbo run dev",
"dev": "pnpm db:start && dotenv -- turbo run dev",
"docker:build:cms": "docker build . --tag cms --build-arg PROJECT=cms",
"docker:build:web": "docker build . --tag web --build-arg PROJECT=web",
"docker:compose:build": "docker compose -f docker-compose.prod.yml up --build",
Expand Down

0 comments on commit 148f2f7

Please sign in to comment.