Skip to content

Commit

Permalink
Merge pull request #31 from CodeWithDennis/CodeWithDennis-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
CodeWithDennis authored Sep 25, 2024
2 parents 0ede40b + eba2f97 commit e6e3b0f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ DEFAULT_USER_PASSWORD="password"
```

## Composer Review
A composer script `composer review` is available to run the following commands to ensure the codebase is clean and ready for deployment:
A composer script `composer review` is available to run the following commands to ensure the codebase is clean and ready for deployment.

```bash
composer review
```

The script will run the following commands:

```bash
./vendor/bin/pest --parallel
./vendor/bin/pint
Expand Down

0 comments on commit e6e3b0f

Please sign in to comment.