Skip to content

Commit

Permalink
Added yarn db command
Browse files Browse the repository at this point in the history
This will give you a mysql client to the development database
  • Loading branch information
allouis committed Aug 7, 2024
1 parent e6aaccd commit 44742ee
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 @@ -9,6 +9,7 @@
"scripts": {
"dev": "docker compose up activitypub nginx -d --no-recreate",
"stop": "docker compose stop",
"db": "docker compose exec mysql mysql -uroot -proot activitypub",
"fix": "docker compose rm activitypub nginx -sf && docker compose build activitypub nginx",
"logs": "docker compose logs activitypub -f",
"test:cucumber": "docker compose rm mysql-testing -sf && docker compose up cucumber-tests --abort-on-container-exit",
Expand Down

0 comments on commit 44742ee

Please sign in to comment.