Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
orig committed Sep 11, 2023
1 parent 928e657 commit 7d7fbea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ The project is structured in the following way:

You can build the docker images by running the following nx command:

```sh
npx nx run-many -t docker-build
```
```sh
npx nx run-many -t docker-build
```

- This command will automatically build the dependencies and the backend and frontend images.

Expand Down
1 change: 0 additions & 1 deletion apps/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,3 @@ const config = {
};

module.exports = config;

0 comments on commit 7d7fbea

Please sign in to comment.