docs: Add frontend dependency installation steps (#29510)

This commit is contained in:
Emad Rad
2024-07-10 00:55:27 +03:30
committed by GitHub
parent 428b68f3e0
commit bea4882b04

View File

@@ -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
```