From 7d7fbea3c54f424cc9c166c2071771e6935f57f8 Mon Sep 17 00:00:00 2001 From: orig Date: Mon, 11 Sep 2023 22:45:38 +0300 Subject: [PATCH] fix: prettier --- README.md | 6 +++--- apps/docs/docusaurus.config.js | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61c7989e..8878ab70 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/apps/docs/docusaurus.config.js b/apps/docs/docusaurus.config.js index e73b8587..346f4f58 100644 --- a/apps/docs/docusaurus.config.js +++ b/apps/docs/docusaurus.config.js @@ -82,4 +82,3 @@ const config = { }; module.exports = config; -