From ddda1676de2183ce514f61b1b25f0a4abf8be583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Pe=C3=B1a?= Date: Wed, 5 Apr 2023 12:13:14 +0200 Subject: [PATCH] Fix(docs): updates vite documentation --- docs/developer/setup/vite.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/developer/setup/vite.md b/docs/developer/setup/vite.md index c56e803e7..45dfc8741 100644 --- a/docs/developer/setup/vite.md +++ b/docs/developer/setup/vite.md @@ -33,13 +33,7 @@ If you want to make changes to the frontend, you can use Vite to run a developme yarn install ``` -4. Compile the translations: - - ```sh - yarn i18n-compile - ``` - -5. Launch the development server: +4. Launch the development server: ```sh yarn dev