Skip to content

Commit

Permalink
fixup! Used exec to run tests in existing container
Browse files Browse the repository at this point in the history
  • Loading branch information
allouis committed Jul 30, 2024
1 parent e5478b8 commit 27de69c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"type": "module",
"scripts": {
"dev": "docker compose up -d --no-recreate",
"stop": "docker compose down",
"fix": "docker compose rm activitypub nginx -sf && docker compose build activitypub nginx",
"logs": "docker compose logs activitypub -f",
"test": "yarn dev && docker compose exec activitypub yarn test:all",
"test:types": "tsc --noEmit",
Expand Down

0 comments on commit 27de69c

Please sign in to comment.