From bea4882b041726f0aa83af2ccfebc7040f0f23a2 Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Wed, 10 Jul 2024 00:55:27 +0330 Subject: [PATCH] docs: Add frontend dependency installation steps (#29510) --- docs/docs/contributing/howtos.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/contributing/howtos.mdx b/docs/docs/contributing/howtos.mdx index c78d642363132..7e78ef07ee63d 100644 --- a/docs/docs/contributing/howtos.mdx +++ b/docs/docs/contributing/howtos.mdx @@ -580,6 +580,9 @@ a collection of JSON files. To convert all PO files to formatted JSON files you the `build-translation` script ```bash +# Install dependencies if you haven't already +cd superset-frontend/ && npm ci +# Compile translations for the frontend npm run build-translation ```